I'm seeing this on the Google play console for the latest update to my app:
I have no idea what's causing it. I've recently added firebase analytics custom events, which seemed to be working fine.
I have no idea what's causing it. I've recently added firebase analytics custom events, which seemed to be working fine.
Play console error message:
java.lang.ClassNotFoundException
dalvik.system.BaseDexClassLoader.findClass
java.lang.RuntimeException:
at android.app.ActivityThread.handleCreateService (ActivityThread.java:3743)
at android.app.ActivityThread.access$1400 (ActivityThread.java:237)
at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1801)
at android.os.Handler.dispatchMessage (Handler.java:106)
at android.os.Looper.loop (Looper.java:214)
at android.app.ActivityThread.main (ActivityThread.java:7050)
at java.lang.reflect.Method.invoke (Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:494)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:965)
Caused by: java.lang.ClassNotFoundException:
at dalvik.system.BaseDexClassLoader.findClass (BaseDexClassLoader.java:134)
at java.lang.ClassLoader.loadClass (ClassLoader.java:379)
at java.lang.ClassLoader.loadClass (ClassLoader.java:312)
at android.app.AppComponentFactory.instantiateService (AppComponentFactory.java:103)
at android.app.ActivityThread.handleCreateService (ActivityThread.java:3738)