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
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.!