Skip to content

Commit ddcb607

Browse files
docs(developing): update Java instructions to mention JDK 11 for latest cordova-android (#2200)
Updates the developing android documentation to reflect the latest Cordova guide here: https://cordova.apache.org/docs/en/11.x/guide/platforms/android/#java-development-kit-jdk --------- Co-authored-by: Brandy Carney <[email protected]>
1 parent 9184c2f commit ddcb607

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/developing/android.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,10 @@ Additional setup is required for Cordova to support programmatic builds. This se
112112

113113
### Java
114114

115-
Native Android apps are compiled with the <a href="https://java.com/en/" target="_blank">Java</a> programming language. Download JDK8 from the <a href="https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html" target="_blank">download page</a>.
115+
Native Android apps are compiled with the <a href="https://java.com/en/" target="_blank">Java</a> programming language. Download the <a href="https://www.oracle.com/java/technologies/javase-jdk11-downloads.html" target="_blank">Java Development Kit (JDK) 11</a> if you are using **`cordova-android`** `10.0.0` or greater.
116116

117117
:::note
118-
Unfortunately, Cordova is not compatible with the latest version of Java.
118+
If you are using any version of **`cordova-android`** below `10.0.0`, install the <a href="https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html" target="_blank">Java Development Kit (JDK) 8</a>.
119119
:::
120120

121121
### Gradle

versioned_docs/version-v5/developing/android.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,10 @@ Additional setup is required for Cordova to support programmatic builds. This se
104104

105105
### Java
106106

107-
Native Android apps are compiled with the <a href="https://java.com/en/" target="_blank">Java</a> programming language. Download JDK8 from the <a href="https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html" target="_blank">download page</a>.
107+
Native Android apps are compiled with the <a href="https://java.com/en/" target="_blank">Java</a> programming language. Download the <a href="https://www.oracle.com/java/technologies/javase-jdk11-downloads.html" target="_blank">Java Development Kit (JDK) 11</a> if you are using **`cordova-android`** `10.0.0` or greater.
108108

109109
:::note
110-
Unfortunately, Cordova is not compatible with the latest version of Java.
110+
If you are using any version of **`cordova-android`** below `10.0.0`, install the <a href="https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html" target="_blank">Java Development Kit (JDK) 8</a>.
111111
:::
112112

113113
### Gradle

versioned_docs/version-v6/developing/android.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,10 @@ Additional setup is required for Cordova to support programmatic builds. This se
112112

113113
### Java
114114

115-
Native Android apps are compiled with the <a href="https://java.com/en/" target="_blank">Java</a> programming language. Download JDK8 from the <a href="https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html" target="_blank">download page</a>.
115+
Native Android apps are compiled with the <a href="https://java.com/en/" target="_blank">Java</a> programming language. Download the <a href="https://www.oracle.com/java/technologies/javase-jdk11-downloads.html" target="_blank">Java Development Kit (JDK) 11</a> if you are using **`cordova-android`** `10.0.0` or greater.
116116

117117
:::note
118-
Unfortunately, Cordova is not compatible with the latest version of Java.
118+
If you are using any version of **`cordova-android`** below `10.0.0`, install the <a href="https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html" target="_blank">Java Development Kit (JDK) 8</a>.
119119
:::
120120

121121
### Gradle

0 commit comments

Comments
 (0)