ironMover
ironMover

Reputation: 107

Android vs. Java updates

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

Answers (1)

kayton
kayton

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

Related Questions