Libgdx 1.3.0 doesn't build eclipse files

前端 未结 1 1989
挽巷
挽巷 2021-01-26 16:26

I saw that version 1.3.0 of libgdx was available so I got it and when I use the project setup to setup a project I check advanced > build for eclipse and hit generate but when I

相关标签:
1条回答
  • 2021-01-26 16:56

    Try importing the projects as Gradle projects. To do that, do the following: Opening LibGDX project in Eclipse (ADT Bundle)

    The new ADT 23.0.2 does not allow installing the Gradle Integration Tool directly, you need to go to Help -> Install New Software -> Work With -> Juno -> General Purpose Tools -> Marketplace Client, and then search for Gradle and add the Gradle Integration tool (not the 4.4 one).

    Then just use Import -> Gradle, press Build Model, then OK and it should work.

    0 讨论(0)
提交回复
热议问题