-
Notifications
You must be signed in to change notification settings - Fork 2
Windows Install Instructions
John Nolcox edited this page Mar 22, 2017
·
1 revision
- 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
- When that is complete you are ready to install and set-up the Android Development Environment.
- Chose
Custominstallation, make sure the following are selectedAndroid SDKAndroid SDK PlatformPerformance (Intel HAXM)Android Virtual Device
- Click Next
- Select
SDK Platformsand then check the box next toShow Package Details - Expand `Android 6.0 (Marshmallow)
- Check the follow items
Google APIsAndroid SDK Platform 23Intel x86 Atom_64 System Image- Google APIs Intel x86 Atom_64 System Image`
- Select the
SDK Toolstab and check the box next toShow Package Details- Select
Android SDK Build-Tools 23.0.1
- Select
- Go to Control Panel → System and Security → System → Change settings → Advanced System Settings → Environment variables → New, then enter the path to your Android SDK.
- Restart the Terminal to apply the new environment variable.
