rchovan commented on issue #1525:
URL:
https://github.com/apache/cordova-android/issues/1525#issuecomment-1354523722
Hi,
so far I can't use cordova-android 11 because of project dependencies.
```
android-targetSdkVersion should be greater than or equal to 32.
```
```
Starting a Gradle Daemon (subsequent builds will be faster)
FAILURE: Build failed with an exception.
* Where:
Build file 'D:\Projects\master\platforms\android\app\build.gradle' line: 20
* What went wrong:
A problem occurred evaluating project ':app'.
> Failed to apply plugin 'com.android.internal.application'.
> Android Gradle plugin requires Java 11 to run. You are currently using
Java 1.8.
Your current JDK is located in C:\Program Files\Java\jdk1.8.0_301\jre
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`.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]