Skip to content

Commit

Permalink
Added instrutions to add platform-tools to Path. (#713)
Browse files Browse the repository at this point in the history
* Added instrutions to add platform-tools to Path.

This allows windows to find adb.exe, a file required for react-native run-android to work properly.

* removed wrong block class
  • Loading branch information
Warrper authored and charpeni committed Dec 17, 2018
1 parent 53fe34d commit 3cf5e74
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,16 @@ You can find the actual location of the SDK in the Android Studio "Preferences"

Open a new Command Prompt window to ensure the new environment variable is loaded before proceeding to the next step.

#### 4. Add platform-tools to Path

Open the System pane under **System and Security** in the Windows Control Panel, then click on **Change settings...**. Open the **Advanced** tab and click on **Environment Variables...**. Select the **Path** variable, then click **Edit**. Click **New** and add the path to platform-tools to the list.

The default location for this folder is:

```powershell
c:\Users\YOUR_USERNAME\AppData\Local\Android\Sdk\platform-tools
```

<block class="native linux android" />

### Watchman
Expand Down

0 comments on commit 3cf5e74

Please sign in to comment.