• 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 Struggling to compile for Android

N

NinjaNick

Guest
Hi, in the past week I've been completely unable to compile for Android. This is the main section of the output text:

Code:
Release build
PlatformOptions
Options: Z:/Project_HT_A0A85559_5AE9687A\PlatformOptions.json
Options: Z:/Project_HT_A0A85559_5AE9687A\MainOptions.json
runtime
System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
   at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
   at System.Diagnostics.Process.Start()
   at ..(String , String , StringBuilder , Boolean , Boolean )
   at Igor.AndroidUtils.()
   at Igor.AndroidUtils.(String )
   at Igor.AndroidBuilder.Package()
Igor complete.
elapsed time 00:00:02.7194673s for command "C:\ProgramData/GameMakerStudio2/Cache/runtimes\runtime-2.2.2.326/bin/Igor.exe" -j=8 -options="C:\Users\nickh\AppData\Local\GameMakerStudio2\GMS2TEMP\build.bff"  -- Android Package started at 06/07/2019 17:48:22
"cmd"  /c subst Z: /d
As far as I know nothing has been updated. Anyone got any ideas?
 

rIKmAN

Member
Hi, in the past week I've been completely unable to compile for Android. This is the main section of the output text:

Code:
Release build
PlatformOptions
Options: Z:/Project_HT_A0A85559_5AE9687A\PlatformOptions.json
Options: Z:/Project_HT_A0A85559_5AE9687A\MainOptions.json
runtime
System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
   at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
   at System.Diagnostics.Process.Start()
   at ..(String , String , StringBuilder , Boolean , Boolean )
   at Igor.AndroidUtils.()
   at Igor.AndroidUtils.(String )
   at Igor.AndroidBuilder.Package()
Igor complete.
elapsed time 00:00:02.7194673s for command "C:\ProgramData/GameMakerStudio2/Cache/runtimes\runtime-2.2.2.326/bin/Igor.exe" -j=8 -options="C:\Users\nickh\AppData\Local\GameMakerStudio2\GMS2TEMP\build.bff"  -- Android Package started at 06/07/2019 17:48:22
"cmd"  /c subst Z: /d
As far as I know nothing has been updated. Anyone got any ideas?
Are you using the recommended versions of SDK, NDK, Java and API settings etc as per the Required SDKs article?
Something must have changed if it just suddenly stopped working.
 
Top