- Home /
Android game crash startup
When I ty to launch my game the game crashes right away and says 'The application (process com.my.game) has stopped unexpectedly. Please try again. How can I figure out what's causing this?
Comment
Try looking at the console for errors. Then if that fails debug your scripts via here.
It runs fine on the PC, no errors in console. Tried the web player and standalone but it only crashes on Android
Please run the "adb logcat -s Unity" command in the platform-tools folder of your Android SD$$anonymous$$ to monitor the log output for your device (make sure it's connected via USB, you have the correct drivers installed, and the device in developer mode). Then you can paste the error here to provide more information for people to help you. Thanks.