Skip to content

Commit

Permalink
Adding Android sdk paths for the different OSes (#183)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: damios <crykn@users.noreply.github.com>
  • Loading branch information
didicodethat and crykn committed May 12, 2024
1 parent 2c7af66 commit c174fb5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion wiki/start/project-generation.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ You are asked to provide the following parameters:
* **Package**: the Java package under which your code will reside, e.g. `com.badlogic.mygame`
* **Game Class**: the name of the main game Java class of your app, e.g. `MyGame`
* **Destination**: the folder where your app will be created
* **Android SDK**: the location of your Android SDK. With Android Studio, to find out where it is, start Android Studio and click "Configure" (on recent versions, this is replaced by a three dots icon at the top right) -> "SDK Manager". By default it is in `/Users/username/Library/Android/sdk` <br>
* **Android SDK**: the location of your Android SDK. With Android Studio, to find out where it is, start Android Studio and click "Configure" (on recent versions, this is replaced by a three dots icon at the top right) -> "SDK Manager". By default the locations are:
* Linux: `~/Android/Sdk`
* Mac: `~/Library/Android/sdk`
* Windows: `%LOCALAPPDATA%\Android\Sdk`


![Android Studio welcome screen](/assets/images/dev/setup/1.png){: style="width: 700px;" }
Expand Down

0 comments on commit c174fb5

Please sign in to comment.