Hello Guys this is more common now a days when you are going to install android sdk it says a message that JDK not detected on your PC but in actual you have installed Java development kit on your PC. this issue is more common when you try to install android SDK on widows 7 64 bit operating system. to resole this issue you gotta follow following steps:
- Make sure JDK is properly installed.
- Now Double click on Android SDK.
- When you Click Next it will show you that JDK not Detected on your PC
- So go to My Computer Properties and Click on Advanced System Settings
- New Windows will be appeared like this and click on Environment variables
- Now Add 2 new Variables both for User account and for System.
- for example i have to create a new variable i will click on New button and then insert variable name and variable value
- in this case i have added Java_Home a new variable name and add the path where you have installed Java Development kit.
- here its value is C:\Program Files\Java\jdk1.7.0_05
- Because i have installed JDK in program files in the java folder and then JDK1.7.0_05 folder
- After doing all this run Android SDK file again and this time you wont see a message like JDK not found. Enjoy and don't forget to post your comments Thank you all. :)
- Final Output





No comments:
Post a Comment