Setting up Android in Windows
-
I’m in a dilemma, which phone to choose iPhone or Nexus One. I’m still confused, but I’m sure “Nexus One” is going to be everywhere. iphone will be forced to submit their Legendary status very soon, to give way for Android mobiles. So I decided to setup android and start developing apps for it.
Setting up android development environment is quite easy. Follow these simple steps to setup your ADE (Android Development Environment).
- Click here to download the Android SDK.
- Extract the zip file to [C: Drive]. Now you have your SDK in the path “C:\ android-sdk-windows”
- Before running the setup file, make sure you have the latest JRE (Java Runtime Environment). Download from here. Select the fist installer under Windows category. Follow the installation wizard and complete the JRE setup.
- Press [WINDOW KEY]+[R]. Then type in “cmd”.
-
TYPE the following commands
- CD\ [HIT ENTER]
- CD C:\ android-sdk-windows [HIT ENTER]
- CD tools [HIT ENTER]
- android.bat [HIT ENTER]
- This will start the android AVD Manager. Go to Settings and select the checkbox “Force https://… sources to be fetched using…“
- Click “Save and Apply”.
- Exit the Command Prompt
- Open “C:\ android-sdk-windows” and run “SDK Setup.exe”
- Select the “Apply All” and Click “Install Selected”.
The set up process will take quite long depending upon your Internet speed. Read about integrating Eclipse and Android. “Please post your valuable comments to help me improve my blog.”

I'm a 27 year old IT Engineer, application developer, currently working for Explorer.

One Response and Counting...
[...] This post was mentioned on Twitter by Anas, Anas. Anas said: Scribbled: Setting up Android in Windows http://anasabdullatheef.com/mobile/setting-up-android-in-windows/ [...]