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 帮助
相关推荐
GitLqr6 小时前
Flutter 3.44 插件内置 Kotlin (KGP) 双向兼容适配指南
android·flutter·dart
随遇丿而安11 小时前
第11周:Activity 跳转与传值 + 跳转优化
android
私人珍藏库12 小时前
[Android] BBLL 开源第三方B哩电视TV端
android·app·生活·工具·多功能
杉氧14 小时前
跨平台资源管理:一套代码如何搞定 Android、iOS 和 Web 的图片与多语言?
android·架构·android jetpack
安卓修改大师15 小时前
安卓修改大师实战:从反编译到定制的完整APK修改指南
android
柚鸥ASO优化16 小时前
安卓APP推广的“降本增效”密码:守好商店内,打好商店外
android·aso优化
我是一颗柠檬17 小时前
【Java项目技术亮点】EXPLAIN深度分析与慢查询治理
android·java·开发语言
Android-Flutter17 小时前
android compose shadow 阴影 使用
android·kotlin·compose
帅次17 小时前
Android 高级工程师面试:Java 多线程与并发 近1年高频追问 22 题
android·java·面试
2501_9437823517 小时前
【共创季稿事节】摩斯电码转换器:编码表与双向转换的实现
android·华为·鸿蒙·鸿蒙系统