Mr Pinguin wrote: > I get this error on ubuntu 9.10 > > ============================================ > PLATFORM_VERSION_CODENAME=REL > PLATFORM_VERSION=1.6 > TARGET_PRODUCT=generic > TARGET_BUILD_VARIANT=eng > TARGET_SIMULATOR= > TARGET_BUILD_TYPE=release > TARGET_ARCH=arm > HOST_ARCH=x86 > HOST_OS=linux > HOST_BUILD_TYPE=release > BUILD_ID=Donut > ============================================ > ************************************************************ > You are attempting to build with the incorrect version > of java. > > Your version is: java version "1.6.0_15". > The correct version is: 1.5. > > Please follow the machine setup instructions at > http://source.android.com/download > ************************************************************ > build/core/main.mk:105: *** stop. Stop. > > all PATHs are correct setted.Please help ! >
Building the Android source code today requires Java 1.5, mostly for OS X compatibility, as I understand it. Questions regarding building the Android source code are best asked on [android-platform] (if you are contributing changes to the project) or [android-porting] (if you are not). -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android Development Wiki: http://wiki.andmob.org -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

