adb devices只找到了我的真机,夜神模拟器启动了连不上
如果我猜的没错,你是先打开了模拟器,再打开了 adb;可以尝试先 adb kill-server,然后 adb start-server,在adb devices,最后打开模拟器。