Narasimha
Narasimha

Reputation: 3766

how to install adobe air in android emulator

i am implementing one application related to android in adobe flex, .apk is generated and now while installing the .apk file in emulator, emulator is showing one pop up to install adobe air, while again installing on adobe air , it is showing that no mobile device is connected to you system. so how can i install adobe air in emulator to test the application made in adobe flex?

thanks in advance Narasimha

Upvotes: 3

Views: 4256

Answers (2)

Pup
Pup

Reputation: 10506

Download the Adobe Flex SDK and get the AIR "Runtime.apk" file from "runtimes/air/android/emulator/"

Upvotes: 3

Nikunj Patel
Nikunj Patel

Reputation: 22066

To install the AIR runtime on the emulator:

adb -e install -r Runtime_Emulator_Froyo_20100930.apk

from this site: http://flashsimulations.com/2010/10/19/developing-android-applications-with-adobe-air/

Upvotes: 5

Related Questions