unable to connect to 127.0.0.1:62001: cannot connect to 127.0.0.1:62001

端口号的的问题,首先打开夜神模拟器,然后在cmd窗口下输入nox_adb devices,

即可找到自己的端口号是多少,

如图

如果没有打开夜神模拟器,则会出现如下结果

最后将    nox_adb.exe connect 127.0.0.1:62001

改为

nox_adb.exe connect 127.0.0.1:52001

 

你可能感兴趣的:(unable to connect to 127.0.0.1:62001: cannot connect to 127.0.0.1:62001)