- Home /
Unity android game not working and it crashes
The game that I create works fine while building it for the PC. However it is not working while I build it for an android device.While opening the game(tried it out on a Sony Xperia with a processing speed of 1ghz) the audio is heard but there is no video and only a black screen.....the game crashes after a few seconds....Can some one help me out with the step by step details to build a game for the android platform?
Answer by LastSipahi · Jan 29, 2013 at 11:18 PM
Sound like a texture compression issue to me, try not to over ride texture compression at build settings menu.
I build the game, setting the texture compression as "don't over ride"...but still the game is not giving me a display when I try playing it on an android mobile....
Answer by Graham-Dunnett · Jan 29, 2013 at 10:38 PM
Well, you know the steps to build a game and run it on the device. What you need help with is knowing how to figure out the reason it crashes. This will involve looking at the log that the runtime generates. See:
http://docs.unity3d.com/Documentation/Manual/TroubleShooting.html#AndroidTroubleShooting
specifically the section that talks about adb logcat
. Post the log file that you get here if you need help learning to read what it says. It can be a bit cryptic.
Your answer
Follow this Question
Related Questions
android app crashes after unity screen (maybe because of AdMob?) 0 Answers
Random crashes in Android build 0 Answers
galaxy s5 crash unity 4.5.1f3 0 Answers
Crash app unity 4.5.5f1 on nexus 7 (Android 4.4.4) 0 Answers
Unity 5 GUI crashes android 2 Answers