How to build and sign Android APK using JDK 7 with Netbeans
Thursday, June 7th, 2012If you build and sign android application using jdk 7, the result apk could not be installed on physical device, see http://code.google.com/p/android/issues/detail?id=19567 It is because the default digest algorithm for Java 7 is SHA-256, see http://docs.oracle.com/javase/7/docs/technotes/tools/windows/jarsigner.html So one of the easiest way to sign android apk using jdk 7 is by adding the ...