Skip to content

Commit 8f6b364

Browse files
authored
Update Eclipse instruction to warn about duplicate name (#251)
Added a short detail about importing a Gradle project, coming from a noob like me.
1 parent 7118491 commit 8f6b364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wiki/start/import-and-running.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ If you have just generated the project in gdx-liftoff, you may click the option
1616

1717
1. In **IntelliJ IDEA or Android Studio**, you can choose to open the `build.gradle` file and select "Open as Project" to get started.
1818

19-
In **Eclipse**, choose `File -> Import... -> Gradle -> Existing Gradle Project` (make sure that your freshly generated project is not located inside of your workspace).
19+
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).
2020

2121
In **NetBeans** it is `File -> Open Project`.
2222

0 commit comments

Comments
 (0)