Hi all,
I'm having an issue where I'm packing an AIR 2.5 application as an Android APK file, and attempting to install it on a device. The ADT command line tool creates the file without issue, but when I come to install it on my device using the Google ADB tool, I get the following command line error:
file "c:\blah\blah\blah\MyApp.apk" does not contain AndroidManifest.xml
adt -version = 2.5.0.15780
adb version = 1.0.26
Anyone know why this would be? The strange thing is that I managed to do this perfectly well a couple of months ago, so I'm wondering what's changed...