技术栈

【Android】Convenient ADB Commands

命运之手2024-10-29 14:34
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
上一篇:在 React 中如何使用 Echarts
下一篇:go语言中流程控制语句
相关推荐
q***7185
1 天前
MySQL--》如何在MySQL中打造高效优化索引
android·mysql·adb
IT痴者
1 天前
《PerfettoSQL 的通用查询模板》---Android-trace
android·开发语言·python
游戏开发爱好者8
1 天前
iOS IPA 上传工具全面解析,从 Transporter 到开心上架(Appuploader)命令行的高效上架实践
android·ios·小程序·https·uni-app·iphone·webview
q***8291
1 天前
MySQL--》如何通过选择合适的存储引擎提高查询效率?
数据库·mysql·adb
alexhilton
1 天前
Jetpack Compose中的阴影艺术
android·kotlin·android jetpack
百***6187
1 天前
Spring的构造注入
android·java·spring
Tom4i
1 天前
Kotlin 中的 inline 和 reified 关键字
android·开发语言·kotlin
yi诺千金
1 天前
Android U 自由窗口(浮窗)——启动流程(system_server侧流程)
android
清空mega
1 天前
第11章 网络编程
android·网络
自动化BUG制造器
1 天前
Android UI 线程不一定是主线程
android
热门推荐
01GitHub 镜像站点02今天 Cloudflare 全球事故,连 GPT 和你的网站都一起“掉线”了03UV安装并设置国内源04安娜的档案(Anna’s Archive) 镜像网站/国内最新可访问入口(持续更新)05Linux下V2Ray安装配置指南06BongoCat - 跨平台键盘猫动画工具07全球最强模型Grok4,国内已可免费使用!(附教程)08Valdi:Snapchat 开源的新一代跨平台 UI 框架09Labelme从安装到标注:零基础完整指南10swagger xss漏洞复现