Android Sdk Install: Java Se Development Kit (Jdk) Not Found

Android SDK - java not found

Android requires Java 1.5 or 1.6.

I haven't tested this, but I have seen posts about Android working with 1.7 as long as you also have 1.6 installed. Although this requires having two versions of java installed, and I am not sure it's worth it.

Android Studio doesn't find Java Development Kit (JDK)

I think your JAVA_HOME variable is set to the wrong thing. Mine is:

JAVA_HOME C:\Program Files\Java\jdk1.8.0_60

I also have a PATH variable set as follows:

PATH      %JAVA_HOME%\BIN

I do not have a JDK_HOME variable.

Try that and see if it works.

(I recently installed Android Studio and had the same problem, even though I had Java 7 installed. So I downloaded Java 8 and manually updated the JAVA_HOME variable.)

Java SE Development Kit (JDK) was not found by NetBeans 8.2 Installer

I had the same problem when I first tried to install Netbeans 8.2. I had JDK 11 installed and I tried everything but was not successful. The problem was with Netbeans 8.2 as it does not support JDK above 9. So I installed JDK 8 and it solved the problem for me. You should try this.

JDK directory is not set or invalid (unity)?

Actually I solve this problem by adding the modules (Android SDK & NDK Tools, OpenJDK) to my Unity Editor. Actually if you tick the Android build support module, it won't automatically help you to tick the two modules above.



Related Topics



Leave a reply



Submit