Вообщем только, только установил GMS (до этого написал одну "игру" на GM 8), с целью попробоавть написать что-нибудь под Android. Скачал JavaJDK , Androi SDK и NDK. Все вроде бы гуд.
При компиляции "пустого" проекта для теста(Один объект, одна комната) выдает ошибку:
Код
"C:\Users\Maxim\AppData\Roaming\GameMaker-Studio\GMAssetCompiler.exe" /fU="C:\Users\Maxim\AppData\Local\gm_ttt_52360\a55031.txt" /c /m=android /config="Default" /tgt=8 /tg="C:\Users\Maxim\AppData\Local\gm_ttt_52360\\TextureGroups.txt" /to="C:\Users\Maxim\AppData\Local\gm_ttt_52360\\TextureOptions.txt" /obob=True /obpp=False /obru=True /obes=False /i=3 /cvm /tp=1024 /mv=1 /iv=0 /rv=0 /bv=1451 /gn="Project1" /td="C:\Users\Maxim\AppData\Local" /cd="C:\Users\Maxim\Documents\GameMaker\Cache" /sh=True /optionsini="C:\Users\Maxim\AppData\Local\gm_ttt_52360\gm_ttt_28390\Project1.ini" /o="C:\Users\Maxim\AppData\Local\gm_ttt_52360\gm_ttt_28390" "C:\Users\Maxim\Desktop\Project1.gmx\Project1.project.gmx"
Reading project file....finished.
Remove DnD...finished.
Compile Constants...finished.
Compile Scripts...finished.
Compile Objects...finished.
Compile Timelines...finished.
Compile Triggers...finished.
Compile Rooms...finished.
Compile Extensions...finished.
Final Compile...finished.
Saving IFF file... C:\Users\Maxim\AppData\Local\gm_ttt_52360\gm_ttt_28390\Project1.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...
Writing Chunk... AUDO
Writing Chunk... SCPT
Writing Chunk... DBGI
Writing Chunk... INST
Writing Chunk... STRG
Stats : GMA : Instance=0, Global=0
cmd /c ""C:\Users\Maxim\AppData\Roaming\GameMaker-Studio\Android\apache-ant-1.8.2\bin\ant.bat" -Dsdk.dir="C:\Users\Maxim\AppData\Local\Android\Sdk" -DYOYO_ANDROID_RUNNER_SOURCE="..\..\gm_ttt_52360/SDKLibs" clean release"
Buildfile: C:\Users\Maxim\AppData\Local\gm_ttt_52360\gm_ttt_5791\build.xml
[taskdef] Could not load definitions from resource anttasks.properties. It could not be found.
-check-env:
BUILD FAILED
C:\Users\Maxim\AppData\Local\Android\Sdk\tools\ant\build.xml:341: Problem: failed to create task or type checkenv
Cause: The name is undefined.
Action: Check the spelling.
Action: Check that any custom tasks/types have been declared.
Action: Check that any <presetdef>/<macrodef> declarations have taken place.
Total time: 0 seconds