Hi,
I would like to install my AIR Android with ADT from the command line. I tried it with the string below but got errors like "app icons are missing":
adt -package -target apk-debug -connect -storetype pkcs12 -keystore myapp_android.p12 myapp.apk myapp-app.xml myapp.swf
What do I need to add to make it work?
Many thanks