diff --git a/docs/next/getting-started.html b/docs/next/getting-started.html index e3f2a4fd79a..b09c0d0a12c 100644 --- a/docs/next/getting-started.html +++ b/docs/next/getting-started.html @@ -311,6 +311,11 @@ npm start #you can also use: expo start
You can find the actual location of the SDK in the Android Studio "Preferences" dialog, under Appearance & Behavior → System Settings → Android SDK.
Open a new Command Prompt window to ensure the new environment variable is loaded before proceeding to the next step.
+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:
+c:\Users\YOUR_USERNAME\AppData\Local\Android\Sdk\platform-tools
+
Follow the Watchman installation guide to compile and install Watchman from source.
diff --git a/docs/next/getting-started/index.html b/docs/next/getting-started/index.html index e3f2a4fd79a..b09c0d0a12c 100644 --- a/docs/next/getting-started/index.html +++ b/docs/next/getting-started/index.html @@ -311,6 +311,11 @@ npm start #you can also use: expo startYou can find the actual location of the SDK in the Android Studio "Preferences" dialog, under Appearance & Behavior → System Settings → Android SDK.
Open a new Command Prompt window to ensure the new environment variable is loaded before proceeding to the next step.
+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:
+c:\Users\YOUR_USERNAME\AppData\Local\Android\Sdk\platform-tools
+
Follow the Watchman installation guide to compile and install Watchman from source.