My game app dont open !

I have built game for android ,then I have installed it on my phone but when touch the game app nothing happen except ablack screen appears for a few seconds and then it hides.

Have you made sure you ticked the scenes you want in the build settings?

You can use the tool adb in the android toolkit from the commandline to debug launch issues.
adb logcat -s Unity will show Debug.log’s and system information about unity with the phone plugged in through usb.

1 Like