Ccna final exam - java, php, javascript, ios, cshap all in one. This is a collaboratively edited question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
Tuesday, April 17, 2012
How can I install adobe flash on the android emulator
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?
To install the AIR runtime on the emulator:
ReplyDeleteadb -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/
ReplyDeleteI tried this using comadobeflashplayer-1.apk, but it crashes the emulator browser. I was able to uninstall thanks to this helpful link:
ReplyDeletehttp://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.
I followed the steps in this entry at Extreme Tech and worked perfectly! It's to install Market, but I think the idea still aplies. =)
ReplyDeleteIn the Android browser, browse to http://get.adobe.com/flashplayer and it should redirect you to the Android Flash install.
ReplyDelete