• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!
  • Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

Android Build failed cannot find ant\build.xml

Status
Not open for further replies.
J

Jake Foglia

Guest
"D:\Program Files\GameMaker\GMAssetCompiler.exe" /fU="C:\Users\JAKEF~1.DES\AppData\Local\Temp\gm_ttt_73492\a48684.txt" /c /m=android /config="Default" /tgt=8 /tg="C:\Users\JAKEF~1.DES\AppData\Local\Temp\gm_ttt_73492\\TextureGroups.txt" /to="C:\Users\JAKEF~1.DES\AppData\Local\Temp\gm_ttt_73492\\TextureOptions.txt" /obob=True /obpp=False /obru=True /obes=False /i=3 /cvm /tp=1024 /mv=1 /iv=0 /rv=0 /bv=44 /gn="Game1" /td="C:\Users\JAKEF~1.DES\AppData\Local\Temp" /cd="D:\Users\jakef\Documents\GameMaker\Cache" /optionsini="C:\Users\JAKEF~1.DES\AppData\Local\Temp\gm_ttt_73492\gm_ttt_12002\Game1-Default-1.0.0.ini" /o="C:\Users\JAKEF~1.DES\AppData\Local\Temp\gm_ttt_73492\gm_ttt_12002" "D:\Users\jakef\Documents\GameMaker\Projects\Game1.gmx\Game1.project.gmx"
Saving IFF file... C:\Users\JAKEF~1.DES\AppData\Local\Temp\gm_ttt_73492\gm_ttt_12002\Game1.droid
Writing Chunk... GEN8
Writing Chunk... OPTN
Writing Chunk... EXTN
Writing Chunk... SOND
Writing Chunk... SPRT
Writing Chunk... BGND
Writing Chunk... PATH
Writing Chunk... SCPT
Writing Chunk... SHDR
Writing Chunk... FONT
Writing Chunk... TMLN
Writing Chunk... OBJT
Writing Chunk... ROOM
Writing Chunk... DAFL
Writing Chunk... TPAGE
Writing Chunk... CODE
Writing Chunk... VARI
Writing Chunk... FUNC
Writing Chunk... STRG
Writing Chunk... TXTR
0 Compressing texture... writing texture texture_0.png...
1 Compressing texture... writing texture texture_1.png...
2 Compressing texture... writing texture texture_2.png...
3 Compressing texture... writing texture texture_3.png...
4 Compressing texture... writing texture texture_4.png...
Writing Chunk... AUDO
Writing Chunk... SCPT
Writing Chunk... DBGI
Writing Chunk... INST
Writing Chunk... STRG
Stats : GMA : Instance=9, Global=1
cmd /c ""D:\Program Files\GameMaker\Android\apache-ant-1.8.2\bin\ant.bat" -Dsdk.dir="D:\Users\jakef\Documents\Android\SDK" -DYOYO_ANDROID_RUNNER_SOURCE="..\..\gm_ttt_73492/SDKLibs" clean release"
Buildfile: C:\Users\JAKEF~1.DES\AppData\Local\Temp\gm_ttt_73492\gm_ttt_93108\build.xml
BUILD FAILED
C:\Users\JAKEF~1.DES\AppData\Local\Temp\gm_ttt_73492\gm_ttt_93108\build.xml:83: Cannot find D:\Users\jakef\Documents\Android\SDK\tools\ant\build.xml imported from C:\Users\JAKEF~1.DES\AppData\Local\Temp\gm_ttt_73492\gm_ttt_93108\build.xml
Total time: 0 seconds

Every time I try to build my apk I get this error. I have build tools installed through the sdk manager. However it doesn't create any folder called "ant" in my sdk\tools folder. I read somewhere that GM 1.5 no longer works with Android because of changes from Google. I'm on 1.99v44 though.

If Google no longer supports tools\ant\build.xml maybe I have to change some settings in GameMaker? Or maybe I can find an old version of this build.xml online and just manually place it in my sdk.

Any help would be great. Thanks!
 

FrostyCat

Redemption Seeker
You are using an old, pirated version of GMS 1.x that still uses Ant and has a serious libpng vulnerability. You are not welcome on these forums until you buy a legitimate, reasonably recent version.
 
Last edited:
Status
Not open for further replies.
Top