Android Studio does not install latest application on device

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

    No apk changes detected. Skipping file upload, force stopping package instead.

    Android Studio thinks that there are no changes and doesn't install the new APK. A workaround is to disable the "Skip installation if APK has not changed" option in Run > Edit Configurations.


    I'm using Android Studio 1.4
    Source: https://code.google.com/p/android/issues/detail?id=160901

提交回复
热议问题