• 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 Can't build or compile?

M

mont266

Guest
Hi!

Usually I am game for spending hours trying to troubleshoot and figure things out myself but this is bugging me! This is my first time building for Android. I have my phone set to Developer mode, I have my device linked to GMS2. I have my NDK set up, SDK and JDK are also set up.

The first issue I had when building to my phone was that the architecture settings didn't support my phone and I had to build for Arm64. I fixed that easily. Now the second issue is whenever I try to build the project I get this error:

Code:
Error : Android MIPS ToolChain directory "" does not exist
I made sure NDK was installed in the SDK manager and I even tried re-installing the NDK manually from the website but still hasn't fixed the issue.

Tried restarting my computer too just incase, but it didn't help.

Anyone give me a hand here?
Many thanks!
 
M

mont266

Guest
Are you using the correct versions on the SDK, NDK and JDK?
Yeah, Went over it again there now just to be safe. I had the wrong version of JDK, re-installed and linked it to GMS2 but still getting the Toolchain error :(
 
Last edited by a moderator:
Top