Skip to content

Commit

Permalink
Fix typos in ReadMe :/
Browse files Browse the repository at this point in the history
  • Loading branch information
GlassToeStudio committed Mar 12, 2019
1 parent 14e609d commit 9fecb79
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Standalone-Android-Sdk-Manager

* If you have been using the Sdk Manager that is incldued with Android Studio, this should look and feel pretty familiar. :D
* If you have been using the Sdk Manager that is included with Android Studio, this should look and feel pretty familiar. :D

<p align="center">
<br>
Expand All @@ -26,11 +26,11 @@ __Go download [Android Sdk Command Line Tools](https://developer.android.com/stu
* Create a root `Sdk` folder somewhere that is easy to find `C:\\` is a good place.
* Extract the zip file to that root `Sdk` folder.
* Folder structure should be `C:\\Sdk\tools` (if you chose `C:\\`)
* Folder structure is important for this to work, since you will need to navigate to the root `Sdk` folder within the app, It will then look in `\tools\bin\` for the sdkmanager.bat file that is included with the command-line tools.
* Folder structure is important for this to work, since you will need to navigate to the root `Sdk` folder within the application, It will then look in `\tools\bin\` for the sdkmanager.bat file that is included with the command-line tools.


### Notes:
* I named the root folder `Sdk`, the name does not matter. Additionally, this folder can be insdie any other folder. The important part is that you know which is the root.
* I named the root folder `Sdk`, the name does not matter. Additionally, this folder can be inside any other folder. The important part is that you know which is the root.
* A common structure is `C:\\Android\Sdk\` or `C:\\Android-Sdk\` as the root folder name.
* It is preferable (but not necessary) that `C:\\Sdk\tools` has been added to your `PATH`.
* More info about adding to your `PATH` can be found [here](https://www.androidcentral.com/installing-android-sdk-windows-mac-and-linux-tutorial)
Expand All @@ -41,22 +41,22 @@ __Go download [Android Sdk Command Line Tools](https://developer.android.com/stu
## Usage
---

* After installing, and upon gthe first run, you will need to naviagte to your Sdk `root` folder.
* If you had previously used Android Studio to instlal the Sdk, the default location is:
* After installing, and upon the first run, you will need to navigate to your Sdk `root` folder.
* If you had previously used Android Studio to install the Sdk, the default location is:
* `%LOCALAPPDATA%\Android\Sdk`
* aka: `C:\\Users\UserName\AppData\Local\Android\Sdk`
* The program will automatically populate the Sdk field with this info, if it is not where your Sdk is installed, you will need to manually naviagte to your sdk location.
* The program will automatically populate the Sdk field with this info, if it is not where your Sdk is installed, you will need to manually navigate to your Sdk location.
* You should only need to do this once, as the program will save the location.
* Now you can use the UI to manage your sdk.
* Now you can use the UI to manage your Sdk.
* Install new packages and tools
* Uninstall old packges
* Uninstall old packages
* Update current packages
* etc.

---
## Contributing
---
This project is opens ource and controlled under the [MIT License](LICENSE)
This project is open source and controlled under the [MIT License](LICENSE)

Want to contribute?~

Expand Down

0 comments on commit 9fecb79

Please sign in to comment.