Couldn’t terminate the existing process for xxx
在Android Studio中直接run一个项目的时候,有Couldn't terminate the existing process for xxx
类型的错误
参考:
- Android Studio : Couldn’t terminate the existing process for xxx
我参考上面的连接解决,亲测有效:文章来源:https://www.toymoban.com/news/detail-403776.html
It’s because you ran in debug mode or attach debugger and that process is not killed perfectly.
Follow the following to resolve this issue.
1.Press “Attach Debugger to Android Process” button
2.“Choose Process” dialog will be shown and the application name is listed, press “OK”
3.Check the “Debug” tab console, when it says “Connected to the target VM, address: ‘localhost:60245’, transport: ‘socket’”
4.Press the “Debug” Button.
5.Device will relaunch the app with latest changes
6.Now stop from red button in the android studio menu bar. And run app again as normal文章来源地址https://www.toymoban.com/news/detail-403776.html
到了这里,关于Couldn‘t terminate the existing process for xxx的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!