From a8a3e2f49816878c4431178996747ab542f6f275 Mon Sep 17 00:00:00 2001 From: SerifSummers Date: Thu, 30 Oct 2025 03:03:49 +0400 Subject: [PATCH] Update import-and-running.md Added a short detail about importing a Gradle project, coming from a noob like me. --- wiki/start/import-and-running.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/start/import-and-running.md b/wiki/start/import-and-running.md index cdc8a3fa..c58f291a 100644 --- a/wiki/start/import-and-running.md +++ b/wiki/start/import-and-running.md @@ -16,7 +16,7 @@ If you have just generated the project in gdx-liftoff, you may click the option 1. In **IntelliJ IDEA or Android Studio**, you can choose to open the `build.gradle` file and select "Open as Project" to get started. - In **Eclipse**, choose `File -> Import... -> Gradle -> Existing Gradle Project` (make sure that your freshly generated project is not located inside of your workspace). + In **Eclipse**, choose `File -> Import... -> Gradle -> Existing Gradle Project` (make sure that your freshly generated project is not located inside of your workspace AND you don't have another project in your workspace with the same name). In **NetBeans** it is `File -> Open Project`.