Hi all,
After I’d update ‘Apple Software Update’ today (4/17/2013).
I could not install with apk binary.
Here are the java version information and out error from adb.
$ java -version java version "1.6.0\_43" Java(TM) SE Runtime Environment (build 1.6.0\_43-b01-447-11M4203) Java HotSpot(TM) 64-Bit Server VM (build 20.14-b01-447, mixed mode) $ $ adb devices List of devices attached LG-F240S-ccc7889a device $ adb install IBKGG-ng.apk 5064 KB/s (12345500 bytes in 2.380s) pkg: /data/local/tmp/IBKGG-ng.apk Failure [INSTALL\_PARSE\_FAILED\_CERTIFICATE\_ENCODING]
However, I could install successfully on the other computer(pc) with java version 1.6.0_24.
So I did compare one of file from APK pakages.
diff -urN IBKGG-ng/META-INF/MANIFEST.MF IBKGG-ok/META-INF/MANIFEST.MF --- IBKGG-ng/META-INF/MANIFEST.MF 2013-04-17 17:02:36.000000000 +0900 +++ IBKGG-ok/META-INF/MANIFEST.MF 2013-04-17 13:07:12.000000000 +0900 @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -Created-By: 1.6.0\_43 (Apple Inc.) +Created-By: 1.6.0\_24 (Sun Microsystems Inc.)
Here are the logs of adb:
$ adb devices List of devices attached LG-F240S-ccc7889a device $ adb install IBKGG-ok.apk 4770 KB/s (12327190 bytes in 2.523s) pkg: /data/local/tmp/IBKGG.apk Success
I use Corona SDK 2013 build 2086 on mac, 2080 on pc.
Could anyone knows about these?
Should I downgrade java runtime environment?