Reputation: 163
help! I get the following failures on some devices.
java.lang.Error a.a.a.a.b.N.a
java.lang.Error: FATAL EXCEPTION [main]
Unity version : 2017.4.35f1
Device model : samsung SM-N950F
Device fingerprint: samsung/greatltexx/greatlte:9/PPR1.180610.011/N950FXXS8DSL3:user/release-keys
Caused by
at a.a.a.a.b.N.a (SourceFile:38)
at a.a.a.a.b.K.shouldOverrideUrlLoading (SourceFile:1)
at android.webkit.WebViewClient.shouldOverrideUrlLoading (WebViewClient.java:77)
at org.chromium.android_webview.AwContentsClientBridge.shouldOverrideUrlLoading (PG:16)
at android.os.MessageQueue.nativePollOnce (Native Method)
at android.os.MessageQueue.next (MessageQueue.java:326)
at android.os.Looper.loop (Looper.java:181)
at android.app.ActivityThread.main (ActivityThread.java:7073)
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)
Upvotes: 1
Views: 237
Reputation: 393
Based on the information provided at the comments section seems that you're having a very common error due editor statistics collection.
Here you have a fix for it (disabling those statistics seems to solve the problem, as stated by the user who posted the comment at Unity Forum). Also, if you aren't using latest Unity version (and your project allows you to), try to update Unity to latest version as this error may be fixed in a latest version of Unity.
Hope this helps you!
P.S: If you try to update your Unity version remember to create a backup of the project.
Upvotes: 1