From 3ee9b61cba1e7a110ca803f3b950616165fa92cc Mon Sep 17 00:00:00 2001 From: yukio0 <40271298+yukio0@users.noreply.github.com> Date: Mon, 8 Jul 2024 02:14:00 +0900 Subject: [PATCH] Update project-generation.md (#195) --- wiki/start/project-generation.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wiki/start/project-generation.md b/wiki/start/project-generation.md index a53e04da..bcbe2547 100644 --- a/wiki/start/project-generation.md +++ b/wiki/start/project-generation.md @@ -26,10 +26,10 @@ This will open the following setup that will allow you to generate your project: {: .notice--primary} You are asked to provide the following parameters: -* **Name**: the name of the application; lower case with minuses is usually a good idea, e.g. `my-game` -* **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 +* **Project name**: the name of the application; lower case with minuses is usually a good idea, e.g. `my-game` +* **Package name**: 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` +* **Output folder**: 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 the locations are: * Linux: `~/Android/Sdk` * Mac: `~/Library/Android/sdk`