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
Solutions on the web
via GitHub by kasim1011
, 1 year agojava.lang.RuntimeException: Can't create handler inside thread that has not called Looper.prepare()
at android.os.Handler.
(Handler.java:121) at android.os.AsyncTask$InternalHandler.
(AsyncTask.java:607) at android.os.AsyncTask$InternalHandler.
(AsyncTask.java:607) at android.os.AsyncTask.
(AsyncTask.java:190) at android.content.ContentProvider.attachInfo(ContentProvider.java:929)
at android.app.ActivityThread.installProvider(ActivityThread.java:4260)
at android.app.ActivityThread.acquireProvider(ActivityThread.java:4058)
at android.app.ContextImpl$ApplicationContentResolver.acquireProvider(ContextImpl.java:1618)
at android.content.ContentResolver.acquireProvider(ContentResolver.java:949)
at android.content.ContentResolver.acquireContentProviderClient(ContentResolver.java:984)
at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:245)