- Home /
Android build crashes on startup
Hello,
I've been developing a game for a long time now and everything was working fine, yesterday u made a new android build to test it but it starter crashing on startup when though the game is working without any error in the editor,
I tried changing the API level and nothing happened
I made a new empty project and tried to build it but it still crashed on startup before even displaying the splash screen even though the project wad empty
Can you please help me fix this problem
Thank you
Answer by Logopolis · Feb 24, 2018 at 12:33 PM
What worked for me, for a similar problem, was turning off "Auto graphics API" under Android Player Settings > Other Settings, and then re-ordering the list of APIs so that OpenGLES2 is above OpenGLES3.
Answer by Tabu · Dec 29, 2019 at 06:49 AM
Had a similar problem in Unity 2019.3 - solved it by setting Release to "None" instead of "Proguard" Project Settings > Player > Publishing Settings > Minify > Release
Answer by amoraleite · Apr 15, 2020 at 02:45 PM
For me works: Unity/ Preferences and uncheck the option "Compress Assets on import" In my case the Unity crash on the load my PSD assets...
Answer by irombeach · Jan 09, 2018 at 07:52 PM
same problem here. it happens on adroid 6.0.1. i think it's a problem concerning permission but i cannot find something interesting in the logcat.
Your answer
Follow this Question
Related Questions
Android Build Crashing on some of the devices, Error: Animator::Transfer(SafeBinaryRead&) 0 Answers
Unable To Understand Android Crash : android.view.ViewGroup.offsetRectBetweenParentAndChild 0 Answers
Unity Game Crashes on Samsung Galaxy S3 Only 0 Answers
Android Build Crashes after splash screen/event click Unity 2019.3.0a5 0 Answers