Modify build/core/main.mk. Search for the string 1.6.0_18. Change the ifneq to ifeq where the Java version is being checked. That will solve your problem using OpenJDK.
From: [email protected] [mailto:[email protected]] On Behalf Of venkat k raju Sent: den 30 augusti 2012 04:44 To: [email protected] Cc: android-porting Subject: [android-porting] Re: [rowboat] Re: building error ICS ANDROID hi david.lindley, thanks for you reply $java -version java version "1.6.0_18" OpenJDK Runtime Environment (IcedTea6 1.8.8) (fedora-51.1.8.8.fc13-i386) OpenJDK Server VM (build 14.0-b16, mixed mode) On Wed, Aug 29, 2012 at 6:37 PM, <[email protected]<mailto:[email protected]>> wrote: Can you give us the print out when you type: java -version In terminal? Thanks David On Tuesday, 28 August 2012 12:00:36 UTC+1, venkat k raju wrote: Dear all, please check bellow error message and tell me what is wrong with my procedure . make TARGET_PRODUCT=omap3evm TARGET_BUILD_VARIANT=tests -j8 droid ============================================ PLATFORM_VERSION_CODENAME=REL PLATFORM_VERSION=4.0.3 TARGET_PRODUCT=omap3evm TARGET_BUILD_VARIANT=tests TARGET_BUILD_TYPE=release TARGET_BUILD_APPS= TARGET_ARCH=arm TARGET_ARCH_VARIANT=armv7-a-neon HOST_ARCH=x86 HOST_OS=linux HOST_BUILD_TYPE=release BUILD_ID=IML74K ============================================ Checking build tools versions... ************************************************************ You are attempting to build with the incorrect version of java. Your version is: java version "1.6.0_18". The correct version is: Java SE 1.6. Please follow the machine setup instructions at http://source.android.com/source/download.html ************************************************************ build/core/main.mk:131<http://main.mk:131>: *** stop. Stop. note : i have been using Gingerbread-2.3.4 it's working fine. thanks&Regards k.v.raju -- You received this message because you are subscribed to the Google Groups "rowboat" group. To view this discussion on the web visit https://groups.google.com/d/msg/rowboat/-/sckptAtCytUJ. To post to this group, send email to [email protected]<mailto:[email protected]>. To unsubscribe from this group, send email to [email protected]<mailto:rowboat%[email protected]>. For more options, visit this group at http://groups.google.com/group/rowboat?hl=en. -- thanks&Regards k.v.raju -- unsubscribe: [email protected]<mailto:[email protected]> website: http://groups.google.com/group/android-porting -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
