When i compile mini 6410 Android 2.3 in Ubuntu 12.04 64 bit system i am getting the following error, Could not load 'clearsilver-jni' java.library.path = out/host/linux-x86/lib make: *** [out/target/common/docs/doc-comment-check-timestamp] Error 45 make: *** Waiting for unfinished jobs.... Could not load 'clearsilver-jni' java.library.path = out/host/linux-x86/lib make: *** [out/target/common/docs/api-stubs-timestamp] Error 45 'out/target/common/obj/APPS/Launcher2_intermediates//classes.dex' as 'classes.dex'... Surfed google to find its a problem with JDK and i tried installing sun java 1.6 but its still not getting compiled. Has anyone solved this problem? Please help.
mini6410 Android 2.3 compilation
I found this issue was caused by the JDK 1.6 that is supplied with the source. It is a 32 bit version as far as I can tell. Edit the build file and comment out the extraction of the JDK and also delete the one that was created the first time you ran this.
Thanks Dave. I compiled. I installed 64 bit sun JDK but build was using JDK provided in the source. Mapped correct JDK and compilation was done.