Thursday, November 18, 2010

Air on Android

Here is some command to convert swf file to .apk file


adt.bat -package -target apk-emulator -storetype pkcs12 -keystore matrixdemo.p12 MatrixTransformation.apk MatrixTransformation-app.xml MatrixTransformation.swf process.png

for installing air on anroid emulator

adt -installRuntime -platform android -platformsdk path-to-android-sdk
(http://help.adobe.com/en_US/air/build/WSfffb011ac560372f-5d0f4f25128cc9cd0cb-7ff6.html#WS2d929364fa0b81373f5793e012a24c349f8-8000)

also see
http://www.careertechonline.com/android/air-android-2/
link for other information