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 ?
Asked
Active
Viewed 772 times
1 Answers
1
35 minutes and solution found by myself
Execute the emulator
Start the console (Windows XP), Run -> type cmd, and move to the platform-tools folder of SDKdirectory.
Paste the APK files (adobeair.apk and myapp.apk) in the 'platform-tools' folder.
- Then type the following command. adb install adobeair. apk adb install myapp.apk And finally your application works fine. download adobe air

Houssem Guizani
- 9
- 3