diff --git a/docs/developing/android.md b/docs/developing/android.md
index 3b7baaca186..daa73c8a920 100644
--- a/docs/developing/android.md
+++ b/docs/developing/android.md
@@ -112,10 +112,10 @@ Additional setup is required for Cordova to support programmatic builds. This se
### Java
-Native Android apps are compiled with the Java programming language. Download JDK8 from the download page.
+Native Android apps are compiled with the Java programming language. Download the Java Development Kit (JDK) 11 if you are using **`cordova-android`** `10.0.0` or greater.
:::note
-Unfortunately, Cordova is not compatible with the latest version of Java.
+If you are using any version of **`cordova-android`** below `10.0.0`, install the Java Development Kit (JDK) 8.
:::
### Gradle
diff --git a/versioned_docs/version-v5/developing/android.md b/versioned_docs/version-v5/developing/android.md
index 63d7eef663a..8faf6779d2d 100644
--- a/versioned_docs/version-v5/developing/android.md
+++ b/versioned_docs/version-v5/developing/android.md
@@ -104,10 +104,10 @@ Additional setup is required for Cordova to support programmatic builds. This se
### Java
-Native Android apps are compiled with the Java programming language. Download JDK8 from the download page.
+Native Android apps are compiled with the Java programming language. Download the Java Development Kit (JDK) 11 if you are using **`cordova-android`** `10.0.0` or greater.
:::note
-Unfortunately, Cordova is not compatible with the latest version of Java.
+If you are using any version of **`cordova-android`** below `10.0.0`, install the Java Development Kit (JDK) 8.
:::
### Gradle
diff --git a/versioned_docs/version-v6/developing/android.md b/versioned_docs/version-v6/developing/android.md
index d27d9ae62f2..e52453ab98e 100644
--- a/versioned_docs/version-v6/developing/android.md
+++ b/versioned_docs/version-v6/developing/android.md
@@ -112,10 +112,10 @@ Additional setup is required for Cordova to support programmatic builds. This se
### Java
-Native Android apps are compiled with the Java programming language. Download JDK8 from the download page.
+Native Android apps are compiled with the Java programming language. Download the Java Development Kit (JDK) 11 if you are using **`cordova-android`** `10.0.0` or greater.
:::note
-Unfortunately, Cordova is not compatible with the latest version of Java.
+If you are using any version of **`cordova-android`** below `10.0.0`, install the Java Development Kit (JDK) 8.
:::
### Gradle