Reputation: 727
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.
Upvotes: 3
Views: 8589
Reputation: 166
If you're using FlashDevelop, there's a file called PackageApp.bat in your main app directory. Just run it, and there you can choose to build normal, debug and captive runtime, for android and ios.
Upvotes: 0
Reputation: 401
If you're using Flash Professional then go to the steps
then Publish It.
Note: this steps is showing in Flash Professional cs5, cs5.5 and cs6 maybe because i am using cs6 so check it first
Enjoy
Upvotes: 3
Reputation: 1863
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.
Upvotes: 6
Reputation: 2071
You can use the captive runtime option, which packs air into the native application package. Other than that, you don't have any other option to deploy your app other than converting it to native Java code.
Upvotes: 1