How to build and sign Android APK using JDK 7 with Netbeans

Thursday, June 7th, 2012

If 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 ...

Netbeans and Android Development with NbAndroid

Friday, August 12th, 2011

If you haven't aware that Netbeans support android development, please check out NbAndroid, it is a plugins for Netbeans IDE that provide support for the whole development cycle of Android applications. You just need to download the latest NbAndroid plugins from NbAndroid The Goto Menu - Tools - Options, on Miscellaneus ...