I am using Android Studio (IntelliJ) to program Android applications and am encountering a problem with exchanging hot code and libgdx. When I launch the desktop application in demo mode, everything works fine. If I try to change a little (for example, the color of an element), nothing is updated in the application. Even if I select Run-> Reload changes changes, the new gradle build starts up (takes a lot of time) and then says that it cannot find any changes.
I imported the same example application in eclipse. There, I can just change something in the code, and it immediately appears in the running application.
Anyone else having this problem? Why is this not possible in IntelliJ?
source share