There is an issue which is quite complicated for me that I am using IBM RTC Plain Java Libraries (jar files) in Android App using Android Studio But on this line:
ITeamRepository repository = TeamPlatform.getTeamRepositoryService().getTeamRepository(REPOSITORY_ADDRESS);
I got an Exception java.lang.ExceptionInInitializerError
Other than that If I run in Java Application then there is no Exception and everything worked smoothly
Whats the cause, I spent so much time in it Please guide me Thanku