1. Download SDK ADT bundle (http://developer.android.com/sdk/index.html) 2. Download JDK (http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html) 3. Add JAVA_HOME System Variables
Click: New(on system variables tab)
Add a new user variables “JAVA_HOME” The value of this user variables is the absolute path of file “ JDK” 4. Add CLASSPATH System Variables
Variable values: .;%JAVA_HOME%\lib\tools.jar;%JAVA_HOME%\lib\dt.jar;%JAVA_HOME%\bin; 5. Update Path System Variables
Click: This PC -> System properties –>Advanced system settings -> Environment Variables
Click : Path->Edit Add the absolute path of file “\sdk\tools” to your Windows path Then add “%JAVA_HOME%\jre\bin;%JAVA_HOME%\bin” |
6. Start eclipse
-
6.1 Double click the eclipse icon
6.2 Set the path of workspace then click OK
Now the Android developmentenvironment setting up is completed.
You can click ” File-> New ->Android Application Project” to write anandroid app