Hi, all,
it’s a very simple question, but I really can’t finding the answer.
How can I “export” my game to send to other people to play? In other words, create an executable game.
I’m using LIGBDX and Gradle.
ps - the people shall not have Gradle installed.
      
    
 Recently I had the same problem, and maybe its exact same problem as yours. Try to run your jar with cmd, i mean command: java -jar yourjarname.jar, and see what returns, I got an error that says - gdx libraries wasn’t found, if I got it right. I wasn’t able to find an answer, so i gave up, and exported my jar with Eclipse. Still would be cool to find out what I did wrong with gradle.