Questions tagged [gradle]
Gradle can automate the building, testing, publishing, deployment and more of software packages or other types of projects such as generated static websites, generated documentation or indeed anything else.
18 questions
1 vote
0 answers
48 views
How to configure multi-project for minecraft server mod for different ports using common code with minecraft mappings?
I want to make a gradle multi-project to port a server mod I made for Forge to Paper. The problem I'm facing is that the common project doesn't recognise any ...
1 vote
1 answer
139 views
LibGDX websockets GWT html app cant find source to WebSocket class
I'm using this library to connect to websocket server: https://github.com/czyzby/gdx-lml/tree/master/websocket It's working on android/desktop applications, but when compiling to html gwt app with ...
0 votes
1 answer
210 views
LibGDX latest, Ubuntu 20.04, OpenJDK 11, Gradle 6.7.1 - Unsupported class file major version 60
LibGDX latest, Ubuntu 20.04, OpenJDK 11, Gradle 6.7.1 Using above systems and first got below error - ...
0 votes
1 answer
478 views
Android Build Failing Game Maker Studio 1.4
In Game Maker Studio 1.4 I'm trying to export my game to Android API 29. Whenever I start to compile, the build fails because the API 28 support library is too low for the Target API 29. I have the ...
1 vote
1 answer
724 views
How to set up flatbuffers in Android Studio - Gradle?
Just switching over from Eclipse to Android Studio. I think I'm supposed to use Gradle to automatically download dependencies from the web. Sounds great, but I can't get it working with anything, in ...
3 votes
1 answer
3k views
Libgdx app closes immediately after opening
I have a libGdx app, and I am running it using android studio. It closes immediately after starting it and I see no error report. Could anyone help? Starfield.java ...
1 vote
2 answers
654 views
How to Refresh Dependencies after Adding FreeType Extension in Android Project
I'm planning to use FreeType fonts in my game (LibGDX and Android Studio) and I already added the freetype dependencies in my project. How can I refresh the dependencies after adding them? I have ...
0 votes
1 answer
77 views
Libgdx, Gradle, android package naming problem
I'm upgrading my libgdx project to make use of all the new Gradle stuff. However I changed the package namespace from the default generated by gdx-setup but that hasn't worked: when I debug to my ...