Skip to content

Commit 3492510

Browse files
committed
Update user guide with Android instructions.
1 parent 016bc0d commit 3492510

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

react-native-scripts/template/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,10 @@ Like `npm start`, but also attempts to open your app in the iOS Simulator if you
5555

5656
#### `npm run android`
5757

58-
Like `npm start`, but also attempts to open your app on a connected Android device or emulator. Requires an installation of Android build tools (see [React Native docs](https://facebook.github.io/react-native/docs/getting-started.html) for detailed setup).
58+
Like `npm start`, but also attempts to open your app on a connected Android device or emulator. Requires an installation of Android build tools (see [React Native docs](https://facebook.github.io/react-native/docs/getting-started.html) for detailed setup). We also recommend installing Genymotion as your Android emulator. Once you've finished setting up the native build environment:
59+
60+
1. Make sure that you can run adb from your terminal.
61+
2. Open Genymotion and navigate to `Settings -> ADB`. Select “Use custom Android SDK tools” and update with your [Android SDK directory](https://stackoverflow.com/questions/25176594/android-sdk-location).
5962

6063
#### `npm run eject`
6164

0 commit comments

Comments
 (0)