I just built a test version for my game and it started crashing on startup on my android phone, I have published a couple of updates in google play for my game with no errors whatsoever. Here is the error logs that Android Device Monitor gives me:
@SecondLifeGames if you are using any type of plugin that’s add “Android Resolver” and your resolver was success and still your app crash on play, try deleting your “Android Folder” (Assets → Plugins → Android).make sure to “Resolve” again from (Assets → External Dependency Manager → Android Resolver → Resolve). if worked for me what i think is happing that my resolver created multiple files by deleting android folder and resolving it again worked.
@SecondLifeGames Apps on Android can crash due to insufficient storage space, too many apps running concurrently, a slow internet connection, or a lack of program updates.
Here are some ways to resolve your problem:
- You can Force stop your app
- Restart your device
- Update your device immediately,@SecondLifeGames Apps on Android can crash due to insufficient storage space, too many apps running concurrently, a slow internet connection, or a lack of program updates.
Here are some methods: - You can Force stop your app
- Restart your device
- Update your device immediately
The problem might be some SDK like firebase , appodeal , or any other SDK which is loaded before any Unity code . For example I got crashes without any useful information because I forgot to update the SHA (according to the keystore) for firebase , or appodeal same problem because I left blank a property . Might not be the same issue for you , but pay attention to every SDK which contains natively code (for Android or iOS) .
[EDIT] : Worth mentioning to activate “Enable Resolution On Build” (Assets → External Dependency Manager → Android Resolver → Settings ) then click OK .
There can be several reasons why an Android app is crashing on startup. Here are some common ones:
-
Incompatible or outdated software: If your Android OS or any of the libraries that the app depends on are outdated or incompatible, the app may crash on startup.
-
Memory issues: If your device has limited memory, it may not be able to launch certain apps. Additionally, if the app itself requires a lot of memory, it may crash on startup.
-
Corrupted data: If the app’s data files are corrupted or missing, the app may not be able to launch properly.
-
Permission issues: If the app does not have the necessary permissions to access certain features or data on your device, it may crash on startup.
-
Network issues: If the app requires an internet connection to function properly and your device is not connected to the internet, it may crash on startup.
To troubleshoot the issue, try the following steps:
-
Restart your device and try launching the app again.
-
Check for any available updates to your ![Android][1] OS or the app itself.
-
Clear the app’s cache and data.
-
Uninstall and reinstall the app.
-
Check for any relevant error messages in the device logs or in the app’s crash reports.
If none of these steps resolve the issue, you may need to contact the app’s developer for further assistance. I had the same issue with this game, did the same and for me, the issue was resolved!
(SPAM LINK REMOVED)