【Android】Convenient ADB Commands

Install
bash 复制代码
adb install -r <path>
Uninstall
bash 复制代码
adb uninstall <pkg>
Start
bash 复制代码
adb shell am start -n <pkg>/.SplashActivity
Stop
bash 复制代码
adb shell am force-stop <pkg>
Reset
bash 复制代码
adb shell pm clear <pkg>
Reboot
bash 复制代码
adb reboot
Shutdown
bash 复制代码
adb reboot -p
相关推荐
aqi0028 分钟前
FFmpeg开发笔记(九十六)采用Kotlin+Compose的视频编辑器OpenVideoEditor
android·ffmpeg·kotlin·音视频·流媒体
诸神黄昏EX1 小时前
Android Safety 系列专题【篇一:系统签名】
android
ll_god2 小时前
android gradle中如何引用 libs.versions.toml中定义的版本变量添加compose引用
android
行稳方能走远2 小时前
Android C++ 学习笔记
android·c++
2501_946230982 小时前
Cordova&OpenHarmony用户账户管理
android·javascript
x66ccff2 小时前
Claude Code 安装方法
android·java·数据库
码农搬砖_20203 小时前
【一站式学会compose】 Android UI体系之 Image的使用和介绍
android·image·compose·content·contentscale·scaletype
粤M温同学3 小时前
Android Room数据库的基本使用
android·数据库
cypking3 小时前
三、NestJS 开发实战文档-->集成 MySQL(TypeORM)
前端·数据库·mysql·adb·node.js
lkbhua莱克瓦243 小时前
基础-约束
android·开发语言·数据库·笔记·sql·mysql·约束