Android Studio does not install latest application on device

后端 未结 8 1984
后悔当初
后悔当初 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:45

    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.

    0 讨论(0)
  • 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.!

    0 讨论(0)
提交回复
热议问题