Good Luck!
Subscribe to my most-recent-items feed and know when new tutorials are posted:
My Other Tutorials:
Tutorial: How to Install Ruby on Rails with Instant Rails and Create a Website Using JEdit and the Ruby Plugin
How to Install Ruby on Rails with Instant Rails and Create a Website Using JEdit and the Ruby Plugin
Tutorial: Install Java on Windows XP and Learn the Basics of Java 6 using the NetBeans IDE
Install Java on Windows XP and Learn the Basics of Java 6 using the NetBeans IDE
Tutorial: How to Create a Website with Datapod
How to Create a Website with Datapod
Tutorial: Install a PHP Development Environment with Eclipse PDT, Apache 2.2, PHP 5, MySQL 5, and phpMyAdmin Using XAMPP Lite
Install a PHP Development Environment with Eclipse PDT, Apache 2.2, PHP 5, MySQL 5, and phpMyAdmin Using XAMPP Lite
Tutorial: Install Fedora 6 in VMWare on Windows XP and connect it to your network
Install Fedora 6 in VMWare on Windows XP and connect it to your network
Tutorial: Install Perl 5 on Windows XP and Get a Perl Hello World Running
Install Perl 5 on Windows XP and Get a Perl Hello World Running
Tutorial: Install Ubuntu 7.04 in VMWare on Windows XP and connect it to your network
Install Ubuntu 7.04 in VMWare on Windows XP and connect it to your network
Tutorial: Setup a PHP Development Environment on Windows XP With Apache, PHP 5, MySQL 5, SQLite, Eclipse, Subversion, PHPMyAdmin, and Datapod
Setup a PHP Development Environment on Windows XP With Apache, PHP 5, MySQL 5, SQLite, Eclipse, Subversion, PHPMyAdmin, and Datapod
Tutorial: Install OpenSuse 10.2 in VMWare on Windows XP and connect it to your network
Install OpenSuse 10.2 in VMWare on Windows XP and connect it to your network
T U T O R I A L  
How to Install the Android SDK on Windows XP and Create an Application that Runs in the Cell Phone Emulator
This tutorial shows you how to download and install Android to get you started developing applications for it.
This workshop has a screenshot and comment box on each step. You can post without registering. Good luck!
1. Download and Install the Android SDK and Test the Emulator  2. Install Java  3. Install Eclipse  4. Install the ADT Plugin in Eclipse  5. Create Hello World Application
1. Download and Install the Android SDK and Test the Emulator
We will first go to the Android site and download the SDK
1.
Goto code.google.com/android/download.html and click on the android_sdk_windows... link.
download link
post comment or question
2.
Unzip the SDK where you downloaded it.
unzip sdk
post comment or question
3.
Copy all unzipped files to c:\android.
to c android
post comment or question
4.
Set your PATH environment variable by doing this: start > settings > control panel > system > advanced > environmental variables , in the System Variables box, click Path and the  Edit  button, then go to the end of you PATH variable, and type ;c:\android\tools and then click  OK  ,  OK  ,  OK  .
android path
post comment or question
5.
Click on start > programms > accessories > command prompt and type emulator and hit  ENTER  , in a couple seconds the emulator will appear, leave the check checked and click  Proceed .
emulator show
aaronferrucci: If your computer is old/slow, it may take a while for the emulator to come up. Enjoy the cylon display while you wait.
arrow pointing right
reply
Joe: In my command prompt, I get an error message "Cannot create data directory: .... please specify a writable directory with -datadir. Any help?
arrow pointing right
Jeff: I was able to get it working by specifying a directory via -datadir I used c:\android\temp\
arrow pointing right
Paul: Me too... I created them manually, which allowed the emulator to start, but all it says is "A N D R O I D " and won't do anything else...
arrow pointing right
David: Paul I have the exact same thing, any work arounds?
arrow pointing right
Girish: I created a temp dir. But still tat doesnot work
arrow pointing right
Girish: it says "A N D R O I D " and and i cant use anything else...
arrow pointing right
Jim: I did this as well it got to the "A N D R O I D" part. I had to wait about 1 full min for it to respond. It did.
arrow pointing right
NAF: I got the same 'ANDROID' display. But after waiting a while, my app finally ran (I got Core 2 Duo 1,8GHz). Maybe just be a little patient, it takes some time.
arrow pointing right
Jess: I'm still not sure how you create them manually could i get someone to explain a little more? thanks
arrow pointing right
jess: I mean I got c:\android\tools but i still don't know where to go from there to get the emulator.exe to run
arrow pointing right
Hamed: for the error in command prompt ""Cannot create data directory: .... please specify a writable directory with -datadir." I created the directories mentioned in the path above this error manually. for example the path for me was like this: "C:\Documents and Settings\Administrator\Local Settings\Application Data\Android\SDK-1.0" then u just need to go to MyComputer and follow this path "C:\Documents and Settings\Administrator\Local Settings\Application Data\" then there creat the new folder "Android", go to Android folder and creat the new folder "SDK-1.0" . then just go to command prompt and type emulator. it worked for me like this and the Android Emulator appeared on the screen. but u have to wait a little bit till the menu appear after android logo. hope this helps :)
arrow pointing right
sikus: I did in folder "SDK-1.0" .bat file and there I wrote "-datadir C:\android\". This is folder where I have unzip SDK for Android.
arrow pointing right
reply
PW: Jess: Create them manually in the command prompt by typing the following: C:\>emulator -datadir c:\android\temp
arrow pointing right
reply
post comment or question
6.
Click on the browser button.
click browser
post comment or question
7.
Click on the "quick links" icon and press  a .
click quick links
post comment or question
8.
Type in a website address you want to view and press  ENTER .
view it
post comment or question
Go to the next section:
This site was made with Datapod.