Android SDK installation problem ‘JDK not find’ Windows 7,8,XP


You may get Android SDK installation problem ‘JDK not find’ Windows 7,8,XP lot of times. It’s not a big issue. We are giving 4 different way solutions for SDK Tools setup ‘doesn’t find JDK’ of any windows 64-bit or windows 32-bit.



Android SDK installation problem ‘JDK not find’ Windows 7,8,XP

Solution 1:
   If you get above screen, just click “BACK” button and from previous screen
click “NEXT” button. Actually silly, but sounds good.

Solution 2:
   Download .zip format instead of ‘SDK Manager.exe’ and then try to install. It’s all so silly, but work like a charm.

Solution 3:
   If you installed 64 bit JDK means, just uninstall that and install 32-bit JDK.

Solution 4:
   Sometime the above steps does not work in windows 7 and 8. The Default JAVA_HOME is
C:\Program Files\Java\jdk1.8.0_11
You have to change that as following,
         JAVA_HOME=C:/Program Files/Java/jdk1.8.0_11
         JRE_HOME=C:/Program Files/Java/jre8
         Path=%JAVA_HOME%;C:…

Now can Enjoy!

0 comments: