Android

Android Studio compileSdkVersion Requires JDK 1.8

By Lucas
November 8, 2016
1 min min read
Android Studio compileSdkVersion Requires JDK 1.8

Android SDK version 22 requires at least JDK 1.7. Android SDK 24 requires at least JDK 1.8.

How do I change the JDK version in Android Studio?

Considering that you already have JDK 1.8 installed, to change the JDK version in Android Studio go to:

File > Project Structure > SDK Location

Then change the JDK Location field to the JDK 1.8 installation directory

Related Articles