It’s my first time doing a game for android with unity. I’m doing a ping pong game.
I try to build and run and I have a Error: EOFException?? Can you explain me why?
thanks guys
Error building Player: CommandInvokationFailure: Failed to build apk. See the Console for details.
C:\Program Files (x86)\Java\jre7\bin\java.exe -Xmx1024M -Dcom.android.sdkmanager.toolsdir=“C:/Users/Development/Desktop/Proves/adt-bundle-windows-x86_64-20131030/sdk\tools” -Dfile.encoding=UTF8 -jar “C:/Program Files (x86)/Unity/Editor/Data/BuildTargetTools/AndroidPlayer\sdktools.jar” -
stderr[
Error: java.io.EOFException
]
stdout[
Do you have JDK 1.6.0_45 32 64 bit installed??
Java SE Development Kit 7u45 x64 and x86
Try JDK 1.6.0_45
It’s the only one that will work for me.
where is it? I can’t find it in www.oracle.com??
It doesn’t work. 
Error building Player: CommandInvokationFailure: Failed to build apk. See the Console for details.
C:\Program Files (x86)\Java*jdk1.6.0_45*\bin\java.exe -Xmx1024M -Dcom.android.sdkmanager.toolsdir=“C:/Users/Development/Desktop/Becari Proves/adt-bundle-windows-x86_64-20131030/sdk\tools” -Dfile.encoding=UTF8 -jar “C:/Program Files (x86)/Unity/Editor/Data/BuildTargetTools/AndroidPlayer\sdktools.jar” -
yes, I tried with install both, with remove only jdk1.7, with remove jdk1.7 and 1.6, and reinstall jdk1.6.0_45 and it doesn’t work
i’m desperate 
Try putting the android sdk in your C drive.
thanks all_american, but I already knew
does anyone knows what i’m doing wrong?