LibGDX v3.0.0 (connection error) during configuration, third-party libraries are not displayed

I am brand new in java and this is the first time I have tried using LibGDX. I am exactly repeating what is described in most manuals and related YouTube videos.

However, when I run "gdx-setup-ui" and click create, I get the following errors:

v3.0.0 (connection error) on the left,

Main configuration file 0 / ?? (?%)

Version file number 0 / ?? (?%) below with red back ground.

As a result, I cannot use third-party libraries that prevent me from starting programming my sweet game idea.

As far as I understand from similar messages, this problem occurs on some computers. However, I saw only two tips (close, copy to D and open with the cmd command window again and again), and none of them worked for me. I would really appreciate it if you could help me get started.

+4
source share
1 answer

It also does not work for me at present. Recently, libgdx has migrated to a new server, and maybe this is the problem here.

The current nightly build of libgdx no longer extends to this old version of gdx-setup-ui, but it creates projects using gradle as a build system. This setting allows you to add extensions, but there are no more third-party libraries.

, gradle , . , ( ).

- , , gradle.

+3

Source: https://habr.com/ru/post/1537160/


All Articles