0
votes

Mobile application runs perfectly in the debug mode - I can test it on the device etc... The problem is with the release build - it simply does not run. When I manually install .apk I don't get any errors messages, simply a green check mark and "Application not installed" message. Any thoughts?

Running the latest version of air and Flash Builder 4.5.1

2
Getting a big closer... Compiled .swf using mxmlc, then manually packaged .apk without any issues... When I try to run: adb install -r myapp.apk: I get the following error: pkg: /data/local/tmp/myapp.apk Failure [INSTALL_PARSE_FAILED_NO_CERTIFICATES]Andrei Taraschuk
as @J_A_X pointed out the problem manifested itself through logs... The problem was with signing (.p12) certificate. As soon as I created a new certificate everything worked smootly.Andrei Taraschuk

2 Answers

1
votes

I'm not 100%, but if I remember correctly, you need to uninstall the old application before installing the new one because of a name collision. Try that.

0
votes

I just ran into this problem and regenerating my p12 certificate fixed it.