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?



Source: Tips4all

5 comments:

  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/

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

    ReplyDelete
  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.

    ReplyDelete
  4. 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. =)

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

    ReplyDelete