inside android/gradle.properties just add your new path to java SDK
org.gradle.java.home=C:/Program Files/Java/jdk-11.0.15
Under Java Platform, Standard Edition, select either the current release, or
click Previous Releases to install an earlier supported version. You can use
either the JDK or JRE. The JDK includes the JRE. Do not use any non-supported
version or edition of the Java JRE or JDK.
cd android && ./gradlew --version
Go to Settings ->Project Structure -> Select the Modules Tab
-> Select the latest 'Sdk and Build Tools'
Go to your build.gradle file then update the 'targetSdkVersion and CompileSdk' to the latest
build version that you selected eg compileSdk 32 and targetSdkVersion 32
Gradle 7.0-rc-2
------------------------------------------------------------
Build time: 2021-04-01 21:26:39 UTC
Revision: 912a3368b654b71250dfc925a20d620393
Kotlin: 1.4.31
Groovy: 3.0.7
Ant: Apache Ant(TM) version 1.10.9 compiled on September 27 2020
JVM: 11.0.10 (Ubuntu 11.0.10+9-Ubuntu-0ubuntu1.20.10)
OS: Linux 5.11.4-051104-generic amd64
jdk:
- openjdk11