Search code examples
android-studiokotlinlibgdx

Android Studio 3.6 applies changes only on the second Run


After update AS to 3.6 IDE applies changes only when I run it twice. Why that could be? I make games using Libgdx in AS. When I run standart android projects it works fine (applies changes on the first Run).


Solution

  • I hate it too, this happens because auto save has been disabled I can't find much info on this on internet, my solution is to save (Ctrl + S) before running every time.
    Also the second time you run maybe the default 15 seconds for the new automatic save had passed, you can find it under the editor settings.