Reputation: 91
My android studio does not save changes after clicking "Run App". it does after running the app twice! Can Anyone help? Thank you
Upvotes: 1
Views: 150
Reputation: 763
I'm having the same issue.
I fixed it by disabling the hot-swap agent for Groovy code.
You can do so by going to Settings -> Build, Execution, Deployment -> Debugger -> HotSwap and then remove the checkmark at Enable hot-swap agent for Groovy code
For sure not the best solution, but always running the app twice is also quite annoying...
Upvotes: 1