Installing Flash Player On An Android Emulator
Solution 1:
Though the Android Emulator only comes with a select few applications installed, you can install others as long as you have access to the basic download file APK file. If you want to develop an application on your emulator that interacts with the Adobe Flash Player, there is a way to work around the limitations without installing the Android Market.
Instructions
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.
Read more: How to Get a Flash Package on an Android Emulator | eHow.com http://www.ehow.com/how_12172392_flash-package-android-emulator.html#ixzz2MM3xgmjX
Solution 2:
Just download the latest archive from Adobe's OFFICIAL page. You can do that from device. If the URL is too unwieldy, just tinyurl it.
I've set this one up a while ago as it has come up more than once: http://tinyurl.com/flash4ics It downloads the very last (truly the last one!) Flash player from Adobe.
Post a Comment for "Installing Flash Player On An Android Emulator"