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

后端 未结 10 911
既然无缘
既然无缘 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:16

    Another solution can be by selecting the Run button, the app on the device crashes, since it tries to reopen with an instance of itself already running, and then by selecting another time the Run button.

    In this way the patches that need to be applied to the app will be compiled and the app restart with its new version.

提交回复
热议问题