1.確定adb占用的端口
adb nodaemon server
- 在HBuilderX\plugins\launcher\tools\adbs目錄下 檢查adb的端口是否被占用 ---------5037 是端口號(hào)
netstat -ano | findstr "5037" //---------5037 是端口號(hào)
1.確定adb占用的端口
adb nodaemon server
netstat -ano | findstr "5037" //---------5037 是端口號(hào)