Looking at adobe flex for cross-platform mobile apps.
Does the final apps require adobe air on target devices (iOS / android) to run?
regards,
/t
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No.
In IOS, you were never required to have Air installed and the packager bundles the binaries with your app. See Adobe’s document on Building ADOBE AIR Applications where it says:
Until recently, a separate Air runtime was required to be installed on Android devices. As of Air 3.0, that requirement is now optional.
Air 3.0 includes a feature called “Captive Runtime” which allows you to package the required Air binaries with your app in Android as well (as well as desktop deployments). If you choose this packaging option, you do not need to require that Air be installed separately. It is still an option but it is no longer required.
“Captive Runtime” is available now through the command line and will be available soon through Flash Builder 4.6.
More info here and here.