adb 指令大全

adb 指令

指令 说明
adb devices 查看连接设备
adb shell ps 查看进程
adb shell settings get secure android_id android_id
adb shell getprop ro.product.model 查看设备型号
adb shell dumpsys iphonesubinfo IMEI
adb shell ifconfig IP地址
adb shell netcfg 网络连接状态
adb shell cat /sys/class/net/wlan0/address MAC地址
adb shell cat /proc/cpuinfo CPU信息
adb shell cat /proc/meminfo 内存信息
adb shell cat /system/build.prop 更多硬件与系统属性
adb shell getprop ro.debuggable 查看当前是否是debug模式
adb -s cf27456f shell 连接指定设备(cf27456f 设备名)
adb install test.apk 安装apk
adb uninstall cn.com.test.mobile 指定安装包卸载应用
adb shell pm list packages 查看所有app包名
adb shell pm clear cn.com.test.mobile 清除应用数据与缓存
adb shell screencap -p /sdcard/img.png 截图
adb exec-out screencap -p > img.png 截图
adb shell screenrecord /sdcard/filename.mp4 录屏
adb shell am start -n cn.com.test.mobile/.ui.SplashActivity 启动应用Splash
adb shell dumpsys package 查看包信息Package Information
adb shell dumpsys meminfo 内存使用情况Memory Usage
adb shell am force-stop cn.com.test.mobile 强制停止应用
adb logcat 查看日志
adb logcat -c 清除日志
adb reboot 重启
adb get-serialno 获取序列号
adb bugreport 查看bug 报告
adb shell wm size 查看屏幕分辨率
adb shell wm density 查看屏幕密度
adb shell dumpsys window displays 显示屏参数
adb shell getprop ro.build.version.release 查看系统版本
adb push 从本地复制文件到设备
adb pull 从设备复制文件到本地
adb shell am broadcast [options] 发送广播
adb shell input keyevent 模拟键盘输入
adb shell dumpsys battery 电池状况
adb help 查看ADB 帮助
相关推荐
重生之小比特4 小时前
【MySQL 数据库】用户管理与权限控制
android·数据库·mysql
御水流红叶4 小时前
Android-Unity游戏逆向思路
android·游戏·unity
刮风那天4 小时前
Android 验证进程优先级设置是否成功
android
码流怪侠5 小时前
Android MediaCodec 全面详解:从入门到精通
android·程序员·音视频开发
程序员陆业聪5 小时前
Android插件化江湖:从DroidPlugin到Shadow的技术演进
android
敲代码的瓦龙5 小时前
Android?广播!!!
android·java·开发语言·android-studio
黄林晴5 小时前
Android Studio Quail 1 Canary 5 发布,Compose 截图测试 + R8 混淆 mapping 问题解决
android·android studio
山上春5 小时前
MT-Workflow2:面向 Odoo 的可视化审批工作流引擎
android·workflow·odoo·bpmn
恋猫de小郭5 小时前
Flutter GenUI 0.9 和 A2UI 0.9 发布,全动动态 UI 支持,AI 在 App 里直出界面
android·flutter·ios
Carson带你学Android6 小时前
Flutter 官方 Skills:一条命令,让 AI 写出「专家级别」的代码
android