- Home /
Android , not working
Hi...
I made a test for android game ( just three GUI buttons ) and export it as apk.
I tried the game on my tablet , but it doesn't work at all .
after I opened the application ,the screen will be black and nothing happened at all .
I tried the same game on the phone , worked correctly ..
were is the problem ??
Note :
android version on Tablet 4.0 , but on Phone 2.3 .
when I was using Unity 4.0, it was working on Tablet but after I downloaded the 4.3 , it doesn't work on tablet but still working on phone.
thanks ....
Hey, I have the exact same problem!!...I have android 4.2.x on both my tablet and phone.. The game works on the phone, but on the tablet its just a black screen.. what might be the issue here?? ...please help!!
Answer by meat5000 · Dec 08, 2013 at 09:38 AM
Play with 32-bit Display Buffer and 24-bit Depth Buffer. Build Settings -> Player Settings
This is what fixed the seriously low brightness issue for most people.
Answer by haim96 · Dec 05, 2013 at 04:42 PM
do you have latest android SDK? what is your player settings?
this is not a solution but a way to find the problem... in your android SD$$anonymous$$ you should have file named "monitor.bat". it should be in a folder named "tools". open this monitor and run your app while your device connected to the USB in debug mode. make sure you can see your device on the device panel (upper left). if you don't pull it out and reconnect it again. if still not work make sure your android device have proper usb driver installed (check device manager).
after you got your device connected run the app and look at the bottom section. this is the run time log (also called catlog). you may find there run time errors that unity doesn't show on editor. hope this will help you some how.... good luck!
Answer by tanoshimi · Dec 05, 2013 at 04:43 PM
Unity requires Android 2.3.1 as stated at http://unity3d.com/unity/system-requirements
well... it worked on the phone and the tablet have 4.0 version. so it should be O$$anonymous$$...
Ah sorry - misread your description of the handsets/OS's - assumed it was the earlier one not working
yeah that's the problem , on phone worked on Tablet not :(
when I was using Unity 4.0 , it was working on Tablet but after I downloaded the 4.3 doesn't work on tablet but still work on phone , I don't now if that help
Answer by Edgarth · Dec 02, 2014 at 10:42 AM
I've got the same problem here. Android 4..4.2 on the phone S5 (Doesn't work a bit), Android 4.4.2 on the tablet S3 (Works perfectly well). Has nobody find a way to fix that ?