diff --git a/releases/next/docs/getting-started.html b/releases/next/docs/getting-started.html index f8a5e32f635..730cc289275 100644 --- a/releases/next/docs/getting-started.html +++ b/releases/next/docs/getting-started.html @@ -73,7 +73,8 @@ choco install python2
You can find additional installation o
Android Development Environment #
Setting up your development environment can be somewhat tedious if you're new to Android development. If you're already familiar with Android development, there are a few things you may need to configure. In either case, please make sure to carefully follow the next few steps.
1. Download and install Android Studio #
Android Studio provides the Android SDK and AVD (emulator) required to run and test your React Native apps.
- Android Studio requires the Java Development Kit (JDK), version 1.8 or higher. You can type
javac -versionin a terminal to see what version you have, if any.+ Android Studio requires the Java SE Development Kit(JDK), version 8. You can type
javac -versionin a terminal to see what version you have, if any.$ javac -version +javac 1.8.0_111The version string
1.8.x_xxxcorresponds to JDK 8.2. Install the AVD and HAXM #
Choose
Custominstallation when running Android Studio for the first time. Make sure the boxes next to all of the following are checked:
Android SDKAndroid SDK PlatformPerformance (Intel ® HAXM)Android Virtual DeviceThen, click "Next" to install all of these components.
If you've already installed Android Studio before, you can still install HAXM without performing a custom installation.