- Home /
unity crashes on com.unity3d.player.UnityPlayer.nativeRestartActivityIndicator
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
Same problem here. Unity version : 2018.4.0f1 Support Target: AR$$anonymous$$v7, AR$$anonymous$$64
Answer by fertigo · Jun 27, 2019 at 06:33 AM
We see lots of these crashes as well in Play Store Vitals. However can't reproduces them on our test devices. Currently on Unity 2018.4.2 but we saw these in previous versions as well.
Answer by rahulnaik9010 · Jul 30, 2019 at 11:36 AM
Did you get a solution ?? Even I am facing this and it is daunting
Answer by khuram_abstron · Feb 20, 2020 at 05:32 AM
From Build Setting change install location to "Force Internal". Hope it works for you
Your answer
Follow this Question
Related Questions
[ANDROID] signal 11 (SIGSEGV) ON ANDROID 8.0/8.1 WHEN PLAYING GOOGLE INTERSTITIAL/VIDEO AD 2 Answers
Android app crashes on launch after removing Facebook SDK 1 Answer
Game crashes on certain Android phones 1 Answer
Android game shuts down but doesn't crash on startup 0 Answers
Oculus Quest deadlock 0 Answers