AndroidStudio报错-Waiting for process to come online

$ adb shell am start -n "com.example.administrator.e3/com.example.administrator.e3.MainActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER
Client not ready yet..Waiting for process to come online
Waiting for process to come online
Waiting for process to come online
Waiting for process to come online

Timed out waiting for process to appear on samsung-nexus-127.0.0.1:62001

虚拟机问题,重启虚拟机即可。

用的夜神,之前的.bat文件写的这个

E:
cd E:\AndroidMoNi\Nox\bin
nox_adb.exe connect 127.0.0.1:62001

后来链接sqlite,手残就直接写在后面了

adb connect 127.0.0.1:62001

应该是不可以的,可以app启动后,在写那句

写两个就没问题了

stackoverflow上有第二个版本,没有验证。。。


有问题请下方评论,转载请注明出处,并附有原文链接,谢谢!如有侵权,请及时联系。

猜你喜欢

转载自blog.csdn.net/lady_killer9/article/details/80764858