java.lang.NoClassDefFoundError: com.google.firebase.FirebaseOptions at com.google.firebase.FirebaseApp.zzeh(Unknown Source) at com.google.firebase.provider.FirebaseInitProvider.onCreate(Unknown Source) at android.content.ContentProvider.attachInfo(ContentProvider.java:1591) at android.content.ContentProvider.attachInfo(ContentProvider.java:1562) at com.google.firebase.provider.FirebaseInitProvider.attachInfo(Unknown Source) at android.app.ActivityThread.installProvider(ActivityThread.java:5234) at android.app.ActivityThread.installContentProviders(ActivityThread.java:4828) at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4711) at android.app.ActivityThread.access$1600(ActivityThread.java:175) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1368) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:146) at android.app.ActivityThread.main(ActivityThread.java:5603) at java.lang.reflect.Method.invokeNative(Native Method) at java.lang.reflect.Method.invoke(Method.java:515) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1283) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1099) at dalvik.system.NativeStart.main(Native Method)
Error text from GoogleMarket report!
Actually, the error itself was noticed only on one Android 4.4 device (see and below) Galaxy Note 10.1
Tested on several Android 5 and 6 phones and tablets
In the emulator, I was not able to achieve the same thing, it took place when I started the application. I found a solution on the Internet with the addition of compile 'com.android.support:multidex:1.0.0'
to the collector, but this did not help ... I can’t even imagine where to dig further ...
Thank!