Problem with ANDROID compilation

W

Wizy98

Guest
Hello, I have a problem when I compile my game.
I have SDK, NDK, JDK, and KEYSTORE ok, but I don't know why I have this error :

Code:
Stats : GMA : Instance=0, Global=0
"C:\Users\Wizy\AppData\Local\Android\Sdk\platform-tools\adb" get-state

* daemon not running. starting it now at tcp:5037 *
* daemon started successfully *
error: no devices/emulators found
-----------------------------------------------------------
starting web server for C:\Users\Wizy\AppData\Local\gm_ttt_54560\ANDROID\ANDROID.zip
-----------------------------------------------------------
-----------------------------------------------------------
Start the YoYo Runner Application on Android Device...
-----------------------------------------------------------
Compile finished: 11:42:03
Thanks to help me !
 

The-any-Key

Member
It seems the compilation was successful. But it now try to install the app to your device.

Have you plugged in your Android device to your pc?
 
W

Wizy98

Guest
Ok thx, but now, I have this message :
Code:
Stats : GMA : Instance=0, Global=0
cmd /c ""C:\Users\Wizy\AppData\Roaming\GameMaker_Studio\Android\apache-ant-1.8.2\bin\ant.bat"  -Dsdk.dir="C:\Users\Wizy\AppData\Local\Android\Sdk" -DYOYO_ANDROID_RUNNER_SOURCE="..\..\gm_ttt_58555/SDKLibs" clean release"

Buildfile: C:\Users\Wizy\AppData\Local\gm_ttt_58555\gm_ttt_85322\build.xml

BUILD FAILED
C:\Users\Wizy\AppData\Local\gm_ttt_58555\gm_ttt_85322\build.xml:83: Cannot find C:\Users\Wizy\AppData\Local\Android\Sdk\tools\ant\build.xml imported from C:\Users\Wizy\AppData\Local\gm_ttt_58555\gm_ttt_85322\build.xml

Total time: 1 second
 
Last edited by a moderator:
W

Wizy98

Guest
I have this message :
Code:
Stats : GMA : Instance=0, Global=0
cmd /c ""C:\Users\Wizy\AppData\Roaming\GameMaker_Studio\Android\apache-ant-1.8.2\bin\ant.bat"  -Dsdk.dir="C:\Users\Wizy\AppData\Local\Android\Sdk" -DYOYO_ANDROID_RUNNER_SOURCE="..\..\gm_ttt_58150/SDKLibs" clean release"

Buildfile: C:\Users\Wizy\AppData\Local\gm_ttt_58150\gm_ttt_21141\build.xml

BUILD FAILED
C:\Users\Wizy\AppData\Local\gm_ttt_58150\gm_ttt_21141\build.xml:83: Cannot find C:\Users\Wizy\AppData\Local\Android\Sdk\tools\ant\build.xml imported from C:\Users\Wizy\AppData\Local\gm_ttt_58150\gm_ttt_21141\build.xml

Total time: 2 seconds
And this is my config (Android Studio 2.3 and Game Maker studio 1.4.1567) :
http://img4.hostingpics.net/pics/751564ANDROIDPROBLEM.png
 
Last edited by a moderator:
W

Wizy98

Guest
When my device is plugged, I export the game on my desktop ?
I think is that the problem :/
 
S

santiagolemos123

Guest
Ok thx, but now, I have this message :
Code:
Stats : GMA : Instance=0, Global=0
cmd /c ""C:\Users\Wizy\AppData\Roaming\GameMaker_Studio\Android\apache-ant-1.8.2\bin\ant.bat"  -Dsdk.dir="C:\Users\Wizy\AppData\Local\Android\Sdk" -DYOYO_ANDROID_RUNNER_SOURCE="..\..\gm_ttt_58555/SDKLibs" clean release"

Buildfile: C:\Users\Wizy\AppData\Local\gm_ttt_58555\gm_ttt_85322\build.xml

BUILD FAILED
C:\Users\Wizy\AppData\Local\gm_ttt_58555\gm_ttt_85322\build.xml:83: Cannot find C:\Users\Wizy\AppData\Local\Android\Sdk\tools\ant\build.xml imported from C:\Users\Wizy\AppData\Local\gm_ttt_58555\gm_ttt_85322\build.xml

Total time: 1 second
I have the same problem, have you solved?
 
Top