-1

i developped an android application using adobe flash professional and i need to try it with a virtual device, i failed to install adobe air under AVD and Genymotion, for Genymotion some services are limited in case of free version, can someone describe haw to fix my problem ?

1 Answers1

1

35 minutes and solution found by myself

  1. Execute the emulator

  2. Start the console (Windows XP), Run -> type cmd, and move to the platform-tools folder of SDKdirectory.

  3. Paste the APK files (adobeair.apk and myapp.apk) in the 'platform-tools' folder.

  4. Then type the following command. adb install adobeair. apk adb install myapp.apk And finally your application works fine. download adobe air