June 14, 2014

How to set-up Android Development environment on Windows


1. You need to install either JDK 1.6 or JDK 1.7 to compile Java code. 
2. Setting Up environment variable:
After installing JDK, we need to set up the environment variable JAVA_HOME by entering the following commands in cmd. Use your JDK path wherever necessary.



















3. Now download Android Developer Tools  and extract the compressed zip to a convenient folder with at least 2 GB of space.
4. Start eclipse to confirm everything is configured properly.

No comments:

Post a Comment