in Google Play Console writes such a failure in ANR ошибках , I can not understand the reason and how to fix it.

Who faced such a problem and decided to write it please how did you manage it.

This problem is on 30 devices, they all have Android 4.

 java.lang.ClassNotFoundException dalvik.system.BaseDexClassLoader.findClass java.lang.RuntimeException: at android.app.ActivityThread.performLaunchActivity (ActivityThread.java:2264) at android.app.ActivityThread.handleLaunchActivity (ActivityThread.java:2390) at android.app.ActivityThread.access$800 (ActivityThread.java:151) at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1321) at android.os.Handler.dispatchMessage (Handler.java:110) at android.os.Looper.loop (Looper.java:193) at android.app.ActivityThread.main (ActivityThread.java:5292) 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:824) at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:640) at dalvik.system.NativeStart.main (Native Method) Caused by: java.lang.ClassNotFoundException: at dalvik.system.BaseDexClassLoader.findClass (BaseDexClassLoader.java:56) at java.lang.ClassLoader.loadClass (ClassLoader.java:497) at java.lang.ClassLoader.loadClass (ClassLoader.java:457) at android.app.Instrumentation.newActivity (Instrumentation.java:1061) at android.app.ActivityThread.performLaunchActivity (ActivityThread.java:2255 
  • Do you have any plugins? Perhaps they are trying to use some function from later versions. In the debug not catch what exactly this class is requesting? Unity itself has a minimum supported version 4.1 - M. Green
  • In debugging it will not work because I do not have a device with android 4. The project is set to 4.1 and higher. We removed all services, namely their initialization, i.e. libraries remain, but nothing causes them and does not twitch - GR1995

0