• 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 errors after computer wipe

K

krotarr

Guest
after my computer crashed and i had to wipe it and start over, i set everything back up as it was before. i have all the same jdk, ndk, and android sdk files as before, but i have a different version of gamemaker1.4. i had originally used 1763, and now with the fresh install i have the most recent version installed, thats my only difference. i thought i set everything up exactly the same way as before, but every time i try to compile anything, the log goes without any errors and says its complete, but then i get the window saying the compile failed. it doesnt have anything explaining why. the log is below: has anyone else come across this problem?

Compile started: 6:31:50 AM
Run started: 6:31:50 AM
CreateTargetExe Start: 6:31:50 AM
"C:\Users\xx\AppData\Roaming\GameMaker-Studio\GMAssetCompiler.exe" /llvmSource="C:\Users\xx\AppData\Roaming\GameMaker-Studio\YYC" /fU="C:\Users\xx\AppData\Local\gm_ttt_71775\a96403.txt" /c /m=llvm-android /config="Default" /tgt=8 /obob=True /obpp=False /obru=True /obes=False /i=3 /j=8 /cvm /tp=1024 /mv=1 /iv=0 /rv=0 /bv=1804 /gn="Project4" /td="C:\Users\xx\AppData\Local" /cd="C:\Users\xx\Documents\GameMaker\Cache" /sh=True /dbgp="6502" /hip="127.0.0.1" /hprt="51268" /optionsini="C:\Users\xx\AppData\Local\gm_ttt_71775\gm_ttt_18082\Project4.ini" /o="C:\Users\xx\AppData\Local\gm_ttt_71775\gm_ttt_18082" "C:\Users\xx\Documents\GameMaker\Projects\Project4.gmx\Project4.project.gmx"

Reading project file....finished.
Compile Constants...finished.
Remove DnD...finished.
Compile Scripts...finished.
Compile Objects...finished.
Compile Timelines...finished.
Compile Triggers...finished.
Compile Rooms...finished.
Compile Extensions...finished.
Global scripts...finished.
Final Compile...finished.
Writing Chunk... GEN8
Writing Chunk... OPTN
Writing Chunk... LANG
Writing Chunk... EXTN
Writing Chunk... SOND
Writing Chunk... AGRP
Writing Chunk... SPRT
Writing Chunk... BGND
Writing Chunk... PATH
Writing Chunk... SCPT
Writing Chunk... GLOB
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
Writing Chunk... AUDO
Using NDKDir = C:\Users\xx\Downloads\android-ndk-r12b-windows-x86_64\android-ndk-r12b
Using PlatformDir = C:\Users\xx\Downloads\android-ndk-r12b-windows-x86_64\android-ndk-r12b\platforms\android-14
Using ARMToolChain = C:\Users\xx\Downloads\android-ndk-r12b-windows-x86_64\android-ndk-r12b\toolchains\arm-linux-androideabi-4.9\prebuilt\windows-x86_64
saving file C:\Users\xx\AppData\Local\gm_ttt_71775\gm_ttt_18082\Project4.droid
Build for architecture - armv5

Build for architecture - armv7

Stats : GMA : Elapsed=1157.2501
Stats : GMA : sp=1,au=0,bk=0,pt=0,sc=0,sh=0,fo=0,tl=0,ob=1,ro=1,da=0,ex=0,ma=3,fm=0x0
Compile finished: 6:31:53 AM
 
K

krotarr

Guest
I actually figured it out earlier, i forgot to install visual studio. I had it preinstalled last time so it never crossed my mind. Thanks though, you fixed that problem before i noticed it
 
Top