adb pull <remote> <local> Copies a specified file from an emulator/device instance to your development computer. adb push <local> <remote> Copies a specified file from your development computer to an emulator/device instance. 将桌面的文…
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…