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
According to this and this the cordova-android supports JDK versions which is supported by the latest stable Android Studio release:
As per the investigation, the latest Android Studio v4.2.2 supports OpenJDK 11
C:\Program Files\Android\Android Studio\jre\bin>java -version
openjdk version "11.0.8" 2020-07-14
OpenJDK Runtime Environment (build 11.0.8+10-b944.6842174)
OpenJDK 64-Bit Server VM (build 11.0.8+10-b944.6842174, mixed mode)
The upcoming release of Android Studio (4.3.x) (Android Studio Arctic Fox) will officially update gradle plugin as well as make JDK 11 as the minimum requirement. The version is currently in BETA.
Java 11 requirement
With AGP 7.0.0-alpha01 we are changing the minimum required Java programming language version to Java 11.
We are announcing this early in the Canary schedule and many months ahead of the stable release to allow developers time to get ready.
Master branch already removed the JDK 1.8 restriction. But as regards to compiling JDK 11 that is not supported until APG 7 is officially released. AGP 7 is not going to be out by the time Cordova-Android next major is out.
According to this and this the
cordova-android
supports JDK versions which is supported by the latest stable Android Studio release:As per the investigation, the latest Android Studio v4.2.2 supports OpenJDK 11
The upcoming release of Android Studio (4.3.x) (Android Studio Arctic Fox) will officially update gradle plugin as well as make JDK 11 as the minimum requirement. The version is currently in BETA.
PROBLEM
But the cordova (10.x.x) latest official guide still explicitly mentions JDK 1.8
QUESTION
The text was updated successfully, but these errors were encountered: