From dc2b2c464dc41534f7d36cfce1798f2089f4804d Mon Sep 17 00:00:00 2001 From: Travis CI Date: Tue, 9 Feb 2016 00:20:33 +0000 Subject: [PATCH] update website --- docs/android-setup.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/android-setup.html b/docs/android-setup.html index dbc29161189..03847c4990e 100644 --- a/docs/android-setup.html +++ b/docs/android-setup.html @@ -1,6 +1,6 @@ -Android Setup – React Native | A framework for building native apps using React

Android Setup #

Edit on GitHub

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.

Install Git #

  • On Mac, if you have installed XCode, Git is already installed, otherwise run the following:

    brew install git
  • On Linux, install Git via your package manager.

  • On Windows, download and install Git for Windows. During the setup process, choose "Run Git from Windows Command Prompt", which will add Git to your PATH environment variable.

Install the Android SDK (unless you have it) #

  1. Install the latest JDK
  2. Install the Android SDK:

Define the ANDROID_HOME environment variable #

IMPORTANT: Make sure the ANDROID_HOME environment variable points to your existing Android SDK: