Installation
Download 📄 gdx-setup.java
LibGDX set up tutorials:
- 📺 Creating Multiplayer Games with LibGDX and NodeJS - Part 1
 - 📄 Set up libGDX game in Android Studio
 - 📄 Improving workflow with Gradle
 
Android
[SOLVED] Error:Execution failed for task ':android:validateSigningDebug'.
Run this command in ~/.android directory
keytool -genkey -v -keystore debug.keystore -storepass android -alias androiddebugkey -keypass android -keyalg RSA -keysize 2048 -validity 10000
This method works for Windows, Mac and Linux
Ref:
Resources
- 📄 
gdx-setup.java - 📺 Creating Multiplayer Games with LibGDX and NodeJS - Part 1
 - 📄 Set up libGDX game in Android Studio
 - 📄 Improving workflow with Gradle
 - 📄 LibGDX Tutorial - Run Project as Desktop Application in Android Studio
 - 📄 libGDX Projects not Running on Android Studio?
 - 📄 Android: Generate Release/Debug Keystores