AS 之 Debug【Could not connect to remote process. Aborting debug session.】异常解决。

一:见例

android studio调试debug一直卡在waiting for debugger,在工具下面的Debug的日志中显示

Debug异常:Could not connect to remote process. Aborting debug session

翻译解释:无法连接到远程进程。正在中止调试会话。

如下图所示:

 

AS 之 Debug【Could not connect to remote process. Aborting debug session.】异常解决。_第1张图片

二:总结AS调试debug遇到的坑

1、打开了多个IED,关闭其它的留下一个,就是打开了两个模拟设备,

     比如:一个手机,一个夜神模拟器。

2、重启adb, 运行命名 adb kill-server 再 adb start-server。

AS 之 Debug【Could not connect to remote process. Aborting debug session.】异常解决。_第2张图片

3、adb端口5073被占用,只要结束掉占用的进程就行了,去任务管理器中找到对应的相同的端口号,将其关闭就行。

4、手机上的360手机助手会影响,会抢占 adb。

5、电脑上的电脑管家,360安全卫士等杀毒软件有影响。

6、在manifest文件中添加 android : debuggable 标签。

AS 之 Debug【Could not connect to remote process. Aborting debug session.】异常解决。_第3张图片

还是不行请检查手机的驱动有没有安装,手机线有没有插好,或重启AS和电脑。

关于Android 更多笔记看在这里 https://blog.csdn.net/Lj_18210158431

 

你可能感兴趣的:(佳姝错误集)