Hi everyone,
I have a crash that seems to occur only with Android from 24 to 27, and only if the app is installed from the PlayStore, but not if installed directly from Android Studio.
This is the link of the app. The beta version of the app crashes:
I cannot find the error in the web. It is reported here below. Can anybody help me?
Thanks to all in any case,
Riccardo
FATAL EXCEPTION: main
Process: com.cama.hugeanalogclock, PID: 18171
java.lang.VerifyError: Verifier rejected class b3.xq: void b3.xq.b(java.lang.Object) failed to verify: void b3.xq.b(java.lang.Object): [0x3B] cannot access instance field java.lang.Object b3.qx.d from object of type Unresolved Reference: b3.n9 (declaration of 'b3.xq' appears in /data/app/com.cama.hugeanalogclock-2/base.apk)
at b3.j1.attachInfo(:1)
at com.google.android.gms.ads.MobileAdsInitProvider.attachInfo()
at android.app.ActivityThread.installProvider(ActivityThread.java:6326)
at android.app.ActivityThread.installContentProviders(ActivityThread.java:5918)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5857)
at android.app.ActivityThread.-wrap3(ActivityThread.java)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1699)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:154)
at android.app.ActivityThread.main(ActivityThread.java:6682)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1520)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1410)