Skip to content
Advertisement

Error: Android Gradle plugin requires Java 11 to run. You are currently using Java 1.8. -& Failed to apply plugin ‘com.android.internal.application’

I have tried all the possible solutions for this error. Require guidance here:

I am using Windows Laptop : Android Studio 2020.3.1.22

Below is the build.graddle file:

JavaScript

also my graddle wrapper properties:

JavaScript

my output of ./gradlew –version

JavaScript

Android Sdk version: C:UsersUser nameAppDataLocalAndroidSdk Gradle JDK: 11 version 11.0.12 C:Program FilesJavajdk-11.0.12

Java Version:

JavaScript

Please guide to resolve this error: An exception occurred applying plugin request [id: ‘com.android.application’]

Failed to apply plugin ‘com.android.internal.application’. Android Gradle plugin requires Java 11 to run. You are currently using Java 1.8. You can try some of the following options: – changing the IDE settings. – changing the JAVA_HOME environment variable. – changing org.gradle.java.home in gradle.properties.

Advertisement

Answer

Well I also face same issue

Image showing same error

What worked for me is this (In Windows 10 OS based Laptop)

Go to File–>Settings–>Build,Execution,Deployment–>Build Tools–>Gradle

Now here –>Gradle JDK change 1.8 to 11(given in dropdown).

See image given to get more clear idea.

Steps to get Answer to given problem

After that just REBUILD YOU PROJECT. It worked for me. (see attached image). Screen showing every thing is fine now and answer worked properlly.

SO ERROR IS SOLVED AND EVERY THING IS FINE IN PROJECT NOW.

HOPE THIS WORKS FOR YOU TOO! THANKS.

User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement