您的位置:首页 > 移动开发 > Android开发

adb常用命令

2017-02-19 10:43 183 查看
ADB Debuging

adb devices

adb forward

adb kill-server

Wireless

adb connect

adb usb

Package Manager

adb install

adb uninstall

adb shell pm list packages

asdb shell pm clear

File Manager

adb pull

adb push

adb shell ls

adb shell cd

adb shell rm

adb shell mkdir

adb shell touch

adb shell pwd

adb shell cp

adb shell mv

Network

adb shell netstat

adb shell ping

adb shll netcfg

adb shll ip

Logcat

adb logcat

adb shell dumpsys

adb shell dumpstate

Screenshot

adb shell screencap      截屏

asb shell screenrecord [4.4+]  录制视频

 

System

adb root

adb sideload

adb shell ps

adb shell top

adb shell getprop

adb shell setprop

adb shell ps "com.android.mms"

 adb logcat | grep "[0-9] 25386 [0-9]"
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  Android adb