Sunday, February 17, 2013

How to Get a Flash Package on an Android Emulator



1. Download and install the Android emulator SDK on your Eclipse installation.

2. Download the APK file of the Adobe Flash player and save it to the 'yourSDK/tools/' directory in your SDK installation. Replace 'yourSDK' with the name of your SDK root directory.

3. Run 'adb install yourSDK/tools/flash.apk' in the shell in the SDK. Replace 'yourSDK' with the name of your SDK root directory and 'flash.apk' with the exact name of the Flash APK file.

No comments:

Post a Comment