Error while Installing restart patches when launching android app with Android Studio 2.0

后端 未结 10 907
既然无缘
既然无缘 2020-12-30 19:57

Currently I\'m using Android Studio 2.0 and installing my APK into my Samsung device (S6). However, when rebuilding my code and running it again I receive the following erro

10条回答
  •  我在风中等你
    2020-12-30 20:26

    I am having the same issue. My "fix" was to uninstall the app each time before installing it through Android Studio.
    What I think is that if your app is running already, Android Studio is unable to rewrite the "updated" build on top of that. So, either you manually stop the app or add this to Gradle to fix the issue.
    I know it's just a workaround and I'd love to get a legitimate fix for this.

提交回复
热议问题