ADB 有用的命令

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ADB 有用的命令相关的知识,希望对你有一定的参考价值。


adb shell

adb wait-for-device 设备未连接时一直处于阻塞状态


adb shell input keyevent keyCode 模拟按键

adb shell input text "xx" 输入文字xx

adb shell input tap x y 模拟屏幕点击(x,y)

adb shell input swipe x1 y1 x2 y2 屏幕滑动从(x1,y1)到(x2,y2)


adb shell pm list package 列举系统所有应用包名

adb shell dumpsys package 列举系统所有应用包名(包含应用详细情形,如activity和servie等)

adb shell dumpsys acitvity top 显示前台应用信息


adb shell am start -n pkName/activityName 启动应用(n=name)

adb shell am stratservice -n pkName/serviceName 启动服务

adb shell am startservice -a action 通过action启动服务

adb shell am broadcast -a action 发送广播



本文出自 “whatever957” 博客,请务必保留此出处http://whatever957.blog.51cto.com/6835003/1784157

以上是关于ADB 有用的命令的主要内容,如果未能解决你的问题,请参考以下文章

ADB 有用的命令

手机不开机怎么用电脑adb命令

通过adb操作手机UI

Android开发中adb命令的常用方法

adb如何使用

命令行下过滤adb logcat的输出