Reputation: 107
I couldn't find this question asked, so I gotta ask: how closely does Android tie it's OS updates to Java's updates? I am currently developing on the latest version of Java (sometimes I'll work out the Java side and then stick it into Android) and I don't want to worry about Android's JVM.
Upvotes: 0
Views: 337
Reputation: 3759
The Android SDK requires Java 6 JDK. That alone should say that it doesn't use 7 (yet). http://developer.android.com/sdk/index.html
Upvotes: 1