After the recent update my Android Studio does not save changes automatically. For instance I added some info to logs and ran my app:
Log.i("test","starting app");
Then I just changed message to something like this:
Log.i("test","starting app: success");
When I ran my app again I still got "starting app" in logs. The same thing happens with comments: I commented unused lines of code but I still get them working after restarting app. Changes are implemented only after I restart Android Studio. I know that it sounds stupid but I still don't know what the problem is.