I\'m following some tutorials about building apps in Android Studio, but for some reason it\'s not launching/installing the latest version of my app when I click \'run\'. I
Sometimes when I get this I just kill the app on the device, then run it. Throw in a log statement to clarify you're on the right build, just something that you know you changed for this build.
This is actually a bug you can find more info Android Open Source Project - Issue Tracker
Disabling instant run option in edit configuration and adding -r flag to the install flags is best work around for now.!