The process is called exporting with captive runtime. It's an option in FB 4.6/4.7. I don't remember about 4.5. In 4.6 it's an option when you do "Export Release Build".
-Jake On Fri, Apr 24, 2015 at 10:29 AM, Jonas Monnier <[email protected]> wrote: > Hello, > > Maybe not available in FB 4.5 UI. > > You can do it with command line. > > Air is embed by default for IOS. > > For android : > adt -package -target apk-captive-runtime > > > http://help.adobe.com/en_US/air/build/WS901d38e593cd1bac-4f1413de12cd45ccc23-8000.html > > Or for desktop : > adt -package -target bundle > > It will package a .app for Mac OSX. > For windows it will be a folder too. So you will need to use wix or > installshield if you want an installer. > > > http://help.adobe.com/en_US/air/build/WSfffb011ac560372f709e16db131e43659b9-8000.html > > > Jonas > > > > 2015-04-24 10:06 GMT+02:00 doug777 <[email protected]>: > > > Someone mentioned the other day that AIR can now be included in an apk. > > > > But how do you actually do that in Flash Builder 4.5? > > > > Can it be included in any other mobile or desktop projects or just > Android? > > > > Doug > > > > > > > > -- > > View this message in context: > > > http://apache-flex-users.2333346.n4.nabble.com/Including-AIR-in-apk-tp10166.html > > Sent from the Apache Flex Users mailing list archive at Nabble.com. > > > > > > -- > Jonas > > tel : 06 47 65 33 76 > skype : jonas.monnier >
