How To Setup Java Jdk For Android Development In Windows 8
Things needed
Download java jdk from here
After downloading the above file double click and install it on C drive.
Now during the installation process, it will ask you to select the option from three
Select Development Tools
Now after installing the java we will set environment variable.
So Go inside the installation directory where you installed java
go inside jdk folder > go inside bin folder
and copy the path
Right click on my computer and select properties.
Go to Advanced system settings and click on environment variable.
After that click on "Path" and select edit.
Add a semicolon at last in variable value and paste the path you copied earlier and add semicolon at last again
i.e So you have to add something like this at the end of the 'variable value'
;C:\Program Files (x86)\Java\jdk1.7.0_51\bin;
Now click on Ok and then click on Apply.
Now restart your pc/laptop.
Thats all you are done.......
No comments:
Post a Comment