Android Studio – 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: plugins { id 'com.android.application' id 'kotlin-android' } android { compileSdk 31 defaultConfig {…