【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
相关推荐
没文化的阿浩4 分钟前
【MySQL】用户管理
android·mysql·adb
FlightYe1 小时前
音视频修炼之基础理论(五):AAC格式与解析
android·linux·c++·音视频·aac
法欧特斯卡雷特2 小时前
Kotlin 2.4.20 现已发布,新特性多不多?
android·开源·全栈
摇滚侠2 小时前
《SpringBoot 3:入门与应用实战》第 12 章 JDBC 与事务 使用 JdbcTemplate 阅读笔记 31
android·spring boot·笔记
Zeaon3 小时前
别再手写筛选栏了:一个可组合的 Flutter 选择组件(5 入口 × 7 委托)
android·flutter
Michaelwubo3 小时前
mysql8 主从 HA切换
android·adb
墨狂之逸才3 小时前
Android 工业手持机蓝牙扫描失败:为什么同时需要蓝牙和定位权限
android
Android打工仔4 小时前
Kotlin 协程源码解析(七)`delay()` 到底是如何在 `Dispatchers.Main` 上恢复的?
android·kotlin
律宏阔4 小时前
Android 红外功能实现与红外协议开发笔记:ConsumerIrManager、NEC、PWM、曼彻斯特编码
android
mmsx5 小时前
MapLibre 统一图层模型:sealed class + 声明式图层 + XML 持久化
android·源码·地图·maplibre