Not targeting the latest versions of Android compatibility modes apply

Error Android Studio

Not targeting the latest versions of Android; compatibility modes apply. Consider testing and updating this version. Consult the android.os.Build.VERSION_CODES javadoc for details.

Для исправления ошибки в файле build.gradle нужно указать версию JAVA code.

compileOptions {
    sourceCompatibility JavaVersion.VERSION_1_7
    targetCompatibility JavaVersion.VERSION_1_7
}
1484

Leave a Reply

Ваш адрес email не будет опубликован.