Android – flash android apps without installing adobe air

actionscript-3airandroidflash

i am a newbie in flash programming. i got a issue with adobe air. As i have done all the things with Air for android. I tested with air in android sdk emulator. everything's working fine but the thing is How to run flash android apps without installing adobe air? Are there any tools or converters available for this. If any please suggest me.

Thanks.

Best Answer

Captive Runtime on Android since AIR 3.0 won't need to have AIR installed as the runtime will be bundled within the app.

If you're using Flash Builder, go through Captive Runtime packaging in Air 3.0.

If not, follow this : Installation and deployment options in Adobe AIR 3

But if you want to use Flex or Flash, you need Air. Otherwise you can use another cross-platform tool, like Phonegap.

Or if you want small, lean apps, with maximum device compatibility, nothing compares with using Java and the stock Android SDK.

Related Topic