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
Copy file name to clipboardExpand all lines: docs/_getting-started-windows-android.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ React Native also requires [Java SE Development Kit (JDK)](https://openjdk.java.
17
17
Open an Administrator Command Prompt (right click Command Prompt and select "Run as Administrator"), then run the following command:
18
18
19
19
```powershell
20
-
choco install -y nodejs-lts openjdk11
20
+
choco install -y nodejs-lts microsoft-openjdk11
21
21
```
22
22
23
23
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.
0 commit comments