• 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 JDK issue

Im trying to make an APK for android but i am receiving this error

* What went wrong:
Execution failed for task ':com.compname.appname:compileDebugJavaWithJavac'.
> Could not find tools.jar. Please check that H:\android-jdk contains a valid JDK installation.

Im guessing i need to update my JDK

anyone know which version i need?
it has been a while
Here is the link to the jdk site, please point out the right one for me
https://www.oracle.com/technetwork/java/javase/downloads/java-archive-javase8-2177648.html
 

rIKmAN

Member
Im trying to make an APK for android but i am receiving this error

* What went wrong:
Execution failed for task ':com.compname.appname:compileDebugJavaWithJavac'.
> Could not find tools.jar. Please check that H:\android-jdk contains a valid JDK installation.

Im guessing i need to update my JDK

anyone know which version i need?
it has been a while
Here is the link to the jdk site, please point out the right one for me
https://www.oracle.com/technetwork/java/javase/downloads/java-archive-javase8-2177648.html
Follow this guide, it walks you through everything including how to setup the required SDK, NDK and JDK.

https://help.yoyogames.com/hc/en-us/articles/115001368727-Setting-Up-For-Android
 
Top