Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 421
xtreme Avatar asked Sep 14 '10 20:09

xtreme


People also ask

What can I use instead of Adobe Flash Player on Android?

The best alternative is Lightspark, which is both free and Open Source. Other great apps like Adobe Flash Player are Ruffle, Gnash, BlueMaxima's Flashpoint and XMTV Player.


1 Answers

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/

like image 118
Johnny Everson Avatar answered Oct 02 '22 18:10

Johnny Everson