Android (samsung s24 arm8) air not working, would like help #3411
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
It looks like you've put the "Runtime.apk" file onto your phone .. this isn't intended for direct installation now: it used to be that you could have this as a "shared runtime" and then your application could be installed onto the phone without needing its own "captive" runtime. But Adobe dropped support for that many years ago.. Instead, you need to use the ADT tool to package up an APK file. Similar arguments to how you created your .air file, but with "-target apk" after the "-package" instruction. See https://airsdk.dev/docs/building/air-developer-tool for ADT info.. or let us know if you're using an IDE such as Adobe Animate and we can point to some relevant instructions.. thanks |
Beta Was this translation helpful? Give feedback.
Ah okay. So, a .air file can be installed on a desktop Windows or macOS computer, if they have the "shared" AIR runtime installed (from https://airsdk.harman.com/runtime)
For mobile applications (and Linux), the AIR application needs to be packaged for the particular platform by the developer, so you'll need to contact them..
thanks