Android Studio does not install latest application on device

后端 未结 8 2026
后悔当初
后悔当初 2020-12-13 09:12

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

8条回答
  •  攒了一身酷
    2020-12-13 09:48

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

提交回复
热议问题