adb (Android Debug Bridge) Android 调试桥
2010-03-25 16:45:00 来源:WEB开发网adb pull
拷入:
引用
adb push
比如:
引用
adb push foo.txt /sdcard/foo.txt
adb 命令列表:
引用
Options -d Direct an adb command to the only attached USB device. Returns an error if more than one USB device is attached.
-e Direct an adb command to the only running emulator instance. Returns an error if more than one emulator instance is running.
-s
General devices Prints a list of all attached emulator/device instances. See Querying for Emulator/Device Instances for more information.
help Prints a list of supported adb commands.
version Prints the adb version number.
Debug logcat [] [
bugreport Prints dumpsys, dumpstate, and logcat data to the screen, for the purposes of bug reporting.
jdwp Prints a list of available JDWP processes on a given device. You can
use the forward jdwp:
adb forward tcp:8000 jdwp:472
jdb -attach localhost:8000
Data install
pull
push
Ports and Networking forward
更多精彩
赞助商链接