Reputation: 3766
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: 4258
Reputation: 10526
Download the Adobe Flex SDK and get the AIR "Runtime.apk" file from "runtimes/air/android/emulator/"
Upvotes: 3
Reputation: 22076
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