How can I install adobe flash on the android emulator

假如想象 提交于 2019-12-12 07:45:57

问题


I want to use Adobe Flash in the development of Android applications. But how do I install flash on the emulator so that I can test my software with flash?


回答1:


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/




回答2:


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




回答3:


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.




回答4:


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.




回答5:


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



来源:https://stackoverflow.com/questions/3712623/how-can-i-install-adobe-flash-on-the-android-emulator

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