Hey!
I have read about gradle, about hotswap and about various configurations and I can not understand practically anything.
All with LibGdx.
In Eclipse, if you click on debug “your project”, you can change code, save and see it instantly in your app.
In Android Studio this doesn’t happen and in the terminal with “gradlew.bat desktop:run”, for example, neither. The closest thing I have achieved has been run from the terminal “gradlew.bat desktop:run -t” and when I close the app, make a code-change, and save, the app will open with the new changes. (Which is similar to what android studio does)
My question is, to what exactly is this behavior due? Can you get it from the terminal?
Thanks!!