Android Debug Bridge (adb) is a tool that lets you manage the state of an emulator instance or Android phone. ADB is bundled with Android SDK package that can be downloaded from Android SDK download page. This tool is usefull for communicating with A
第一保证连接的两边都是有网的 第二 就是网上常说的1.adb kill-server 2.adb start-server 3.adb remount 但是在运行adb remount有可能会提示 C:\Users\a123>adb server is out of date. killingADB server didn't ACKcould not start server 这个错误 3. 解决方法: 在cmd窗口:C:\Users\lizy>adb nodaemon servercan