Android emulator howto
- Install android JDK
- Set up virtual device
- android list avd
- emulator -avd vDeviceName
- emulator -avd vDeviceName -wipe-data
- Install application
- adb install -r someApp.apk
- Use ddms for debugging.
Resources
Using the Android Emulator Managing Virtual Devices Managing AVDs from the Command Line