1. Become an Android Developer free - developer.android.com and get the SDK and unzip it
2. Run the exe and make an emulator from the tabs there
3. Run the emulator
4.Get the AIR 2.5 SDK install it in Flash
5. From the zip grab the runtimes/air/android/emulator/ apk file and add it to the android dev tools directory
6. Get a command prompt (start > all programs > accessories > command prompt
7. Change directories (cd) to the android tools directory
8. You then use the android debug bridge to load Air onto each emulator
for reference... http://developer.android.com/guide/developing/tools/adb.html
9. Type: adb devices to see your running emulator
10. Type: abd install Runtime.apk (or whatever the Air runtime is called) to put Air on the emulator
11. Close the emulator, run another emulator and type the line above again. Do this for all your emulators
FLASH
1. Make a new Android app - or under publish settings Flash choose Android (works even if you did not start with Android)
2. Go through the Android Publish Settings - app name, certificate, icons, etc.
4. Set the distribution to emulator and auto run app on emulator and publish
5. You need to have the emulator running and unlocked (slide the lock way to the right)
