From 48c8ee6748c640545f4dfbdbcfd503e30889d06c Mon Sep 17 00:00:00 2001 From: Jayesh desai Date: Fri, 27 Mar 2020 19:26:15 +0530 Subject: [PATCH 1/2] updated getting-started.md changed step -3 and step - 4 of the Android development environment --- docs/getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 1aae75f3b06..9591093cb3e 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -326,7 +326,7 @@ Type `source $HOME/.bash_profile` to load the config into your current shell. Ve -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...**. Click on **New...** to create a new `ANDROID_HOME` user variable that points to the path to your Android SDK: +Open the System under **System and Security** in the Windows Control Panel, then click on **Advanced system settings...** and click on **Environment Variables...**. Click on **New...** to create a new `ANDROID_HOME` user variable that points to the path to your Android SDK: ![ANDROID_HOME Environment Variable](/docs/assets/GettingStartedAndroidEnvironmentVariableANDROID_HOME.png) @@ -342,7 +342,7 @@ Open a new Command Prompt window to ensure the new environment variable is loade

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. +Open the System under **System and Security** in the Windows Control Panel, then click on **Advanced system settings...** 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: From 71c4def81e02904bcaa13c96e76523e71a694a2c Mon Sep 17 00:00:00 2001 From: R Nabors Date: Fri, 27 Mar 2020 14:08:17 +0000 Subject: [PATCH 2/2] Making the steps step-by-step --- docs/getting-started.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 9591093cb3e..a3e02859fe0 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -326,7 +326,11 @@ Type `source $HOME/.bash_profile` to load the config into your current shell. Ve -Open the System under **System and Security** in the Windows Control Panel, then click on **Advanced system settings...** and click on **Environment Variables...**. Click on **New...** to create a new `ANDROID_HOME` user variable that points to the path to your Android SDK: +1. Open the **Windows Control Panel.** +2. Under **System and Security,** open **System.** +3. Click on **Advanced system settings...** +4. Then click on **Environment Variables...** +5. Click on **New...** to create a new `ANDROID_HOME` user variable that points to the path to your Android SDK: ![ANDROID_HOME Environment Variable](/docs/assets/GettingStartedAndroidEnvironmentVariableANDROID_HOME.png) @@ -342,7 +346,13 @@ Open a new Command Prompt window to ensure the new environment variable is loade

4. Add platform-tools to Path

-Open the System under **System and Security** in the Windows Control Panel, then click on **Advanced system settings...** and click on **Environment Variables...**. Select the **Path** variable, then click **Edit**. Click **New** and add the path to platform-tools to the list. +1. Open the **Windows Control Panel.** +2. Under **System and Security,** open **System.** +3. Click on **Advanced system settings...** +4. Then click on **Environment Variables...** +5. Select the **Path** variable. +6. Click **Edit.** +7. Click **New** and add the path to platform-tools to the list. The default location for this folder is: