Skip to content

updated default folder location for Android Sdk in Windows #2008

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

Merged
merged 3 commits into from
Jul 11, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ Type `source $HOME/.bash_profile` to load the config into your current shell. Ve
The SDK is installed, by default, at the following location:

```powershell
c:\Android\tools\bin
%LOCALAPPDATA%\Android\Sdk
```

You can find the actual location of the SDK in the Android Studio "Preferences" dialog, under **Appearance & Behavior** → **System Settings** → **Android SDK**.
Expand All @@ -359,7 +359,7 @@ Open a new Command Prompt window to ensure the new environment variable is loade
The default location for this folder is:

```powershell
C:\Android\tools\bin\platform-tools
%LOCALAPPDATA%\Android\Sdk\platform-tools
```

<block class="native linux android" />
Expand Down