0

When I try to install AIR package version 4.0 (4.0.0.1390) on my Android emulator with Android 2.3.3 to test my app that I create, but I get this message : "Failure [INSTALL_PARSE_FAILED_NO_CERTIFICATES]". I use this SDK package, and I want to install the runtime with this command :

adb -s emulator-5554 install -r "C:\My_SDK_Path\runtimes\air\android\emulator\Runtime.apk"

I tryed so with the "device" Runtime.apk just to try it : it works but unfortunely I've got this message when launching one AIR application : "The application XXXX has stopped unexpectedly".

Later I worked out the same starting up on my emulator with Android 4.0.3 's image : I installed in the same order the two runtimes, one after one. The result is that emulator's runtime give the same error, and device's runtime returned no error message, so I was able to launch my app successfully... I didn't expected this behaviour !

Moreover I can't see no limitations for the Android 2.3.3 capability with AIR in this Adobe release notes.

  • `Failure [INSTALL_PARSE_FAILED_NO_CERTIFICATES]` Implies there is an issue with the certificate you compiled your app against ([see this similar question](http://stackoverflow.com/questions/15636396/failure-install-parse-failed-no-certificates-when-attempting-to-install-apk-to)) – CyanAngel Feb 17 '14 at 16:36
  • It's true, thank you. – François Gardien Apr 10 '14 at 13:58

0 Answers0