Running an AIR application on Android-- what am I missing?

droidnoob

Member
Aug 22, 2011
4
0
I've installed Adobe AIR on my tablet (Toshiba Thrive with Android 3.0) and am trying to open a .air file, but I get a "File has no associations" message when I do.

Anybody have any experience running AIR on Android? What else do I have to do to open a .air file?
 

Himanshu07

Member
Dec 29, 2011
1
0
I've installed Adobe AIR on my tablet (Toshiba Thrive with Android 3.0) and am trying to open a .air file, but I get a "File has no associations" message when I do.

Anybody have any experience running AIR on Android? What else do I have to do to open a .air file?

AIR applications on Android use the Android application package format (APK), rather than the AIR package format. make .apk from your air application......Follow followings steps to make your apk file that will run using air plugin in your android device...
http://help.adobe.com/en_US/air/build/WS901d38e593cd1bac25d3d8c712b2d86751e-8000.html


t
here is an error here in making apk installer using swf file, adt -package -target apk -storetype pkcs12 -keystore sampleCert.p12 HelloWorld.apk HelloWorld-app.xml HelloWorld.swf

use
sampleCert.pfx in place of sampleCert.p12 ..enjoy :)
 
Top