java.lang.ExceptionInInitializerError: This exception has no message.
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
java.lang.RuntimeException: SoLoader.init() not yet called
at com.facebook.soloader.SoLoader.assertInitialized(SoLoader.java:234)
at com.facebook.soloader.SoLoader.loadLibrary(SoLoader.java:169)
at com.facebook.react.bridge.ReactBridge.staticInit(ReactBridge.java:39)
at com.facebook.react.bridge.ReactBridge.
(ReactBridge.java:31) at com.facebook.react.bridge.NativeMap.
(NativeMap.java:22) at com.customemodule.APIServerAuthenticate.signIn(APIServerAuthenticate.java:56)
at com.customemodule.Authenticator.getAuthToken(Authenticator.java:79)
at android.accounts.AbstractAccountAuthenticator$Transport.getAuthToken(AbstractAccountAuthenticator.java:196)
at android.accounts.IAccountAuthenticator$Stub.onTransact(IAccountAuthenticator.java:113)
at android.os.Binder.execTransact(Binder.java:388)
at dalvik.system.NativeStart.run(Native Method)