Java – JDK for android app development

androidjava

Im trying to get started with app development. Isnt this the corrent JDK if i want to use eclipse + android plugin?

Java SE Development Kit 7u5: http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1637583.html

When i try to install the android SDK tools it tells me that i dont have the correct JDK installed.

And yes, ive tried this already: Android SDK installation doesn't find JDK

Thanks

Best Answer

Java 7 is not officially supported by the Android SDK at this time. Please use the latest version of the Java 6 JDK.

UPDATE: Java 7 is now supported.