Skip to content

Commit e500a78

Browse files
committed
docs(android): recommend JDK 11 as supported version
- JDK17 seems to work with > 0.68+ but may have problems < 0.68 - JDK18 has known problems with all versions at the moment
1 parent 4d81727 commit e500a78

3 files changed

+3
-3
lines changed

docs/_getting-started-linux-android.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Follow the [installation instructions for your Linux distribution](https://nodej
1010

1111
<h3>Java Development Kit</h3>
1212

13-
React Native requires at least the version 8 of the Java SE Development Kit (JDK). You may download and install [OpenJDK](http://openjdk.java.net) from [AdoptOpenJDK](https://adoptopenjdk.net/) or your system packager. You may also [Download and install Oracle JDK 14](https://www.oracle.com/java/technologies/javase-jdk14-downloads.html) if desired.
13+
React Native currently recommends version 11 of the Java SE Development Kit (JDK). You may encounter problems using higher JDK versions. You may download and install [OpenJDK](http://openjdk.java.net) from [AdoptOpenJDK](https://adoptopenjdk.net/) or your system packager.
1414

1515
<h3>Android development environment</h3>
1616

docs/_getting-started-macos-android.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ brew install --cask zulu11
2828

2929
The Zulu OpenJDK distribution offers JDKs for **both Intel and M1 Macs**. This will make sure your builds are faster on M1 Macs compared to using an Intel-based JDK.
3030

31-
If you have already installed JDK on your system, make sure it is JDK 11 or newer.
31+
If you have already installed JDK on your system, we recommend JDK 11. You may encounter problems using higher JDK versions.
3232

3333
<h3>Android development environment</h3>
3434

docs/_getting-started-windows-android.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Open an Administrator Command Prompt (right click Command Prompt and select "Run
1818
choco install -y nodejs-lts openjdk11
1919
```
2020

21-
If you have already installed Node on your system, make sure it is Node 14 or newer. If you already have a JDK on your system, make sure it is version 11 or newer.
21+
If you have already installed Node on your system, make sure it is Node 14 or newer. If you already have a JDK on your system, we recommend JDK11. You may encounter problems using higher JDK versions.
2222

2323
> You can find additional installation options on [Node's Downloads page](https://nodejs.org/en/download/).
2424

0 commit comments

Comments
 (0)