Help My Android game doesn't Work (563961)

Hi
I have a Serious problem i have build the game with no errors but when i test the game it doesn’t open in my android device i test it in Vmware with android 4.4 is installed on, and i test it in my galaxy S4 but No Results,do you have a suggestion or any solution i have the sdk manger installed with all packages necessary and the sdk location in unity preferences is correct also i have the JDK is installed there is a screen shot and a video
screenshots :
http://im55.gulfup.com/OVsRPD.png
http://im55.gulfup.com/YZQFwm.png
http://im55.gulfup.com/alZKAK.png
Videos

a link to the game
http://goo.gl/LcYjGs
Please Help

Have you set up Bundle Identifiers, etc?
But normally that would prevent a build if you haven’t done that.

1 Like

One tool that you will need to learn for this kind of errors for android is logcat. At the moment there is no way to know what the error is, logcat should help you with this.

For example…

1 Like

i didn’t understand

Please Help

Which part?

1 Like

i want to see my game works because every thing is ok.

why don’t you post to Android section to get help…

1 Like

I have post the thread there but there is no answers

you waited whole 5 minutes there and then thought it would be good idea to start posting everywhere? then also you did not post any logs that the manual says to check when there are problems…

there is the video when i explain my probleme http://goo.gl/QzWzO8
this is the game to donwload it http://goo.gl/LcYjGs

I don’t think many or anyone want to download anything and black screen in video does not tell help anyone.

http://docs.unity3d.com/Manual/TroubleShootingAndroid.html

1 Like

I had this issue. Try to change setting to “Force OpenGl 2.0”

1 Like

i have do this but it seel the same probleme

How about you build a trivial scene ‘hello world’ style scene. Then test that on your device. If it works the problem is in your game, if it doesn’t the problem is elsewhere. Progress by repeated divide and conquer.

Did you tweak any settings during development? Have you had this issue before during testing?