Hi there, I am facing the crashes in my games. i m using unity version 2018.4.2f1. i have also tried different versions like 2018.3.13. i am giving support of armv7, armv64. I have excluded x86 support.The following crash is appearing in my all games and they are too many in number:
at com.unity3d.player.UnityPlayer.nativeRestartActivityIndicator (Native Method)
at com.unity3d.player.UnityPlayer.resume (Unknown Source)
at com.unity3d.player.UnityPlayerActivity.onResume (Unknown Source)
at android.app.Instrumentation.callActivityOnResume (Instrumentation.java:1277)
at android.app.Activity.performResume (Activity.java:7150)
at android.app.ActivityThread.performResumeActivity (ActivityThread.java:3850)
at android.app.ActivityThread.handleResumeActivity (ActivityThread.java:3914)
at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1709)
at android.os.Handler.dispatchMessage (Handler.java:102)
at android.os.Looper.loop (Looper.java:154)
at android.app.ActivityThread.main (ActivityThread.java:6816)
at java.lang.reflect.Method.invoke (Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:1565)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1453)
Anyone please help me on this issue
↧