Chih-Wei wrote: > Recently the build system will check if java version is 1.5, and stop > if the version mismatch.
No, it doesn't. It probably checks for the Sun compiler, since the system requirements say that is required: http://developer.android.com/sdk/1.5_r3/requirements.html But I use Sun's Java 1.6 (specifically 1.6.0_14) without issue and have for some months now, on Ubuntu. It is definitely not limiting you to Java 1.5. It may be limiting you from using non-standard JDKs -- I would guess that is a matter of reducing testing and support costs. So long as you (and perhaps other like-minded folk) are willing to take on the burden of testing and support for OpenJDK, there is nothing really stopping you from trying to use it. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy _The Busy Coder's Guide to *Advanced* Android Development_ Version 1.0 Available! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

