Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

React-Native - Docs - Add Issues section for Android Emulator #2078

Merged
merged 4 commits into from
Oct 21, 2017
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions app/react-native/docs/using-devices.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ In order to work with React Native Storybook, one or more devices should be conn
- Forward port 9001 `adb reverse tcp:9001 tcp:9001`
- Start with `react-native run-android`

### Issues
**Problem**: If you run into a `No such file or directory` error

**Solution**: You must run the emulator from its directory: `cd $(dirname $(which emulator)) && ./emulator -avd MY_AVD_NAME`

## Android device

- Connect your device with adb
Expand Down