I need to test an Android app to play flash objects in a WebView.
At first I did not need to test it on the emulator, since I have a real device (Android 2.3.7), but since users report problems in the Android 4.0 application (Ice Cream Sandwich), I want to test it now in the emulator.
At first I tried to install Android Market using
adb install androidmarket.apk
After installing it, it just closes when I open it, so I downloaded Flash Player apk and installed it in the same way.
adb install flashplayer.apk
So, I tried the application, but it does not play the flash. Then I read somewhere that I should install Adobe AIR. I installed apk using the same approach
adb install adobeair.apk
I tried the application again, but still the same. Only a blue box with a question mark will appear.
Any idea to test Flash videos on an Android emulator?
EDIT: I also tried
adb -e install -r adobeair.apk
with the same result.
dokgu source share