You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
}
as well as a JDK7 to compile my Android app. It compiled with no errors.
Could you please provide further information about your project setup?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Works now with Java 8, but fails with Java 7:
Execution failed for task ':app:compileDebugJavaWithJavac'.
java.lang.EnumConstantNotPresentException: javax.lang.model.SourceVersion.RELEASE_8
The text was updated successfully, but these errors were encountered: