diff --git a/docs/android-setup.html b/docs/android-setup.html index d2021043bf2..e8dfbffc956 100644 --- a/docs/android-setup.html +++ b/docs/android-setup.html @@ -1,4 +1,5 @@ -
NOTE: This guide needs to be extended for Windows. Can you send us a pull request?
This guide describes basic steps of the Android development environment setup that are required to run React Native android apps on an android emulator. We don't discuss developer tool configuration such as IDEs here.
ANDROID_HOME environment variable points to your existing Android SDKbrew install android-sdk~/.bashrc, ~/.zshrc or whatever your shell uses:android; in the window that appears make sure you check:

NOTE: This guide needs to be extended for Windows. Can you send us a pull request?
This guide describes basic steps of the Android development environment setup that are required to run React Native android apps on an android emulator. We don't discuss developer tool configuration such as IDEs here.
ANDROID_HOME environment variable points to your existing Android SDKbrew install android-sdk~/.bashrc, ~/.zshrc or whatever your shell uses:android; in the window that appears make sure you check:

Genymotion is much easier to set up than stock Google emulators. However, it's only free for personal use. If you want to use the stock Google emulator, see below.
android; in the window that appears make sure you check:android avd and click on Create...
+
Start...