• 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 Testing/Compiling (could not set current directory (errno 3)

Hi everyone,

When I compile or test the game on android the compiler fails at this stage:

Code:
"C:\Windows\system32\cmd.exe /c "subst W: "Z:/gamename\Android\Default" && W: && cd \com.company.game && "X://android/runner\gradle\gradlew" build  assembleRelease  lint  ""

* What went wrong:
Could not set process working directory to 'W:\com.company.game': could not set current directory (errno 3)
One thing I noticed, Game maker is not creating the sub directories it used to make before (W, Z, X) partition things.

I'm using IDE v2.3.0.529 and Runtime 2.3.0.401

Thanks!
 
Hi,
this is quite late to the party, but I just came across the same problem - my game kept crashing on Android with nonsensical error messages... It could be caused by Android Studio - here's what could help:

Follow below steps.

  1. Close android studio.
  2. Delete the .idea folder on your project folder.
  3. Start android studio and open your project. worked for me.
 
Top