Could not connect to remote process. Aborting debug session.

在IDE Android Studio debug的时候,一直输出Waiting for application to come online:包名,直到以后显示Could not connect to remote process. Aborting debug session.

解决方法

1、 首先尝试,cmd中重启adb服务

// 关闭adb服务
adb kill-server
// 启动adb服务
adb start-server

2、最后大招,重启Android Studio
如果第一步没有起作用,重启Android Studio非常有效。

结论

有时候重启adb服务就可以解决问题,如果不行,那就重启Android Studio,花费多些时间。

你可能感兴趣的:(Android开发)