Skip to content

Windows Install Instructions

John Nolcox edited this page Mar 22, 2017 · 1 revision

Windows


1. Installing Dependencies

  • Install Chocolatey
  • Run the following code in a Terminal as Admin
choco install nodejs.install
choco install python2
  • After install is complete, run the following in a terminal
npm install -g react-native-cli

2. Install the AVD and HAXM

  • Chose Custom installation, make sure the following are selected
    • Android SDK
    • Android SDK Platform
    • Performance (Intel HAXM)
    • Android Virtual Device
  • Click Next

3. Install the Android 6.0 (Marshmallow) SDK

  • Select SDK Platforms and then check the box next to Show Package Details
  • Expand `Android 6.0 (Marshmallow)
  • Check the follow items
    • Google APIs
    • Android SDK Platform 23
    • Intel x86 Atom_64 System Image
    • Google APIs Intel x86 Atom_64 System Image`

SDK Platforms

  • Select the SDK Tools tab and check the box next to Show Package Details
    • Select Android SDK Build-Tools 23.0.1

4. Set-up The ANDROID_HOME environment variable

  • Go to Control PanelSystem and SecuritySystemChange settingsAdvanced System SettingsEnvironment variablesNew, then enter the path to your Android SDK. User Variable
  • Restart the Terminal to apply the new environment variable.