How to import Gradle Projects in IntelliJ?

Nemos

I used libGDX for an longer time and now after an reinstallation I want to use it with Gradle.

I downloaded the setup.jar and created an project with it like described here. I imported that into IntelliJ and setted for the core Package the dependency to graddle_wrapper and for the 2nd Package "desktop" to core. I run build.gradle, without problems.

But still, IntelliJ is not able to recognise the libGDX Packages - they are red.

What do I have todo else in order to get libGDX running? (Or any other Project with Gradle)

dimoniy

Do an Import Project or Open... and navigate to build.gradle file. This should be enough for IntelliJ to figure out the dependencies and set up the project.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Intellij Re-import Gradle Project

From Dev

How to attach sources to auto-generated Gradle-based dependencies in IntelliJ IDEA 13.0 in a way that will survive next Gradle projects refresh?

From Dev

Is there a keyboard shortcut in intellij to synchronize all gradle projects?

From Dev

IntelliJ: Maven projects need to be imported: Import Changes Enable Auto-Import

From Dev

Better to convert IntelliJ project to Gradle or to use Android Studio import project?

From Dev

How do I force a reconfiguration of projects in Gradle?

From Dev

How Create Gradle sharedManifest for multiple projects?

From Dev

How to import sbt projects to Eclipse?

From Dev

Android Studio Linked with IntelliJ Gradle projects

From Dev

How to import Google App Script projects into Eclipse?

From Dev

How does Android Studio import Gradle projects

From Dev

Correctly import Gradle projects in Eclipse

From Dev

How to delete projects in Intellij IDEA 14?

From Dev

How to use Kotlin in AppEngine projects using Gradle

From Dev

Intellij IDEA and Gradle projects

From Dev

How configure multiple gradle.properties files in Gradle for multiple projects?

From Dev

How to mark/import subfolders as Maven projects in IntelliJ?

From Dev

How to import Github projects into Netbeans

From Dev

How to import library in IntelliJ

From Dev

IntelliJ / Gradle - composite build project - how to import from different module?

From Dev

How to import dependencies using gradle

From Dev

Is there a keyboard shortcut in intellij to synchronize all gradle projects?

From Dev

Better to convert IntelliJ project to Gradle or to use Android Studio import project?

From Dev

How to import Intellij Plugin project

From Dev

Android Studio Linked with IntelliJ Gradle projects

From Dev

How to import two projects in Eclipse, like one

From Dev

How to import Google App Script projects into Eclipse?

From Dev

How to refactor package import in intelliJ

From Dev

Cannot import Avro into a Gradle project in IntelliJ

Related Related

  1. 1

    Intellij Re-import Gradle Project

  2. 2

    How to attach sources to auto-generated Gradle-based dependencies in IntelliJ IDEA 13.0 in a way that will survive next Gradle projects refresh?

  3. 3

    Is there a keyboard shortcut in intellij to synchronize all gradle projects?

  4. 4

    IntelliJ: Maven projects need to be imported: Import Changes Enable Auto-Import

  5. 5

    Better to convert IntelliJ project to Gradle or to use Android Studio import project?

  6. 6

    How do I force a reconfiguration of projects in Gradle?

  7. 7

    How Create Gradle sharedManifest for multiple projects?

  8. 8

    How to import sbt projects to Eclipse?

  9. 9

    Android Studio Linked with IntelliJ Gradle projects

  10. 10

    How to import Google App Script projects into Eclipse?

  11. 11

    How does Android Studio import Gradle projects

  12. 12

    Correctly import Gradle projects in Eclipse

  13. 13

    How to delete projects in Intellij IDEA 14?

  14. 14

    How to use Kotlin in AppEngine projects using Gradle

  15. 15

    Intellij IDEA and Gradle projects

  16. 16

    How configure multiple gradle.properties files in Gradle for multiple projects?

  17. 17

    How to mark/import subfolders as Maven projects in IntelliJ?

  18. 18

    How to import Github projects into Netbeans

  19. 19

    How to import library in IntelliJ

  20. 20

    IntelliJ / Gradle - composite build project - how to import from different module?

  21. 21

    How to import dependencies using gradle

  22. 22

    Is there a keyboard shortcut in intellij to synchronize all gradle projects?

  23. 23

    Better to convert IntelliJ project to Gradle or to use Android Studio import project?

  24. 24

    How to import Intellij Plugin project

  25. 25

    Android Studio Linked with IntelliJ Gradle projects

  26. 26

    How to import two projects in Eclipse, like one

  27. 27

    How to import Google App Script projects into Eclipse?

  28. 28

    How to refactor package import in intelliJ

  29. 29

    Cannot import Avro into a Gradle project in IntelliJ

HotTag

Archive