How can I install adobe flash on the android emulator

房东的猫 提交于 2019-12-03 10:19:07

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/

download the adodeflash player file(.apk) and install using the command adb install filename /sdcard/

I tried this using comadobeflashplayer-1.apk, but it crashes the emulator browser. I was able to uninstall thanks to this helpful link:

http://forum.androidcentral.com/lg-optimus-s/43187-installing-flash-10-1-optimus-s.html

I did not put it on the sdcard (which is the -s option)

There might be some configuration option for the avd that allows it to run, but that's speculation.

Install flash procedure for AVD

  1. Download appropriate flash apk file from : http://helpx.adobe.com/flash-player/kb/archived-flash-player-versions.html#flash_player_archives

  2. Make sure yours PATH environment includes path to /SDK/platforms-tools (or wherever your adb program is)

  3. Then open commandline (terminal or cmd.exe), and run following command

adb install FLASH.APK

This install flash APK to android virtual machine (as any other APK application package)

But let me warn you, FLASH does not work in webView, and I tried all answers from this portal.

In the Android browser, browse to http://get.adobe.com/flashplayer and it should redirect you to the Android Flash install.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!