Importing gradle project to eclipse

后端 未结 3 564
时光取名叫无心
时光取名叫无心 2020-12-03 15:09

I have problem with importing this library into eclipse. Things I did:

  • run gradlew.bat (inside project) that downloaded and installed it
  • run CMD
3条回答
  •  囚心锁ツ
    2020-12-03 15:21

    There is a simplest and quick way to import a Gradle project into Eclipse. Just download the Gradle plugin for Eclipse from here.
    https://marketplace.eclipse.org/content/gradle-integration-eclipse-0

    And then from import select Gradle and your project would be imported. Then you have to click on Build Model to run it.

    EDIT Above link for Gradle plugin is no more valid. You can use the following link.

    https://marketplace.eclipse.org/content/buildship-gradle-integration

提交回复
热议问题