https://www.youtube.com/watch?v=bsUtCnkFwzQ
视频信息:
android开发者网站:
https://developer.android.com/studio/...
安卓安装包下载网站:
https://m.apkpure.com/cn/
0:安装adb 调试工具
1:检查是否连接手机:
adb devices
2:列出
adb shell pm list packages
3:找到应用
APK Extractor 定位包名
4:卸载
adb shell pm uninstall -k --user 0 package_name
//package_name 要卸载的应用包名
#卸载 #adb
老旧手机满血复活
视频信息:
android开发者网站:
https://developer.android.com/studio/...
安卓安装包下载网站:
https://m.apkpure.com/cn/
0:安装adb 调试工具
1:检查是否连接手机:
adb devices
2:列出
adb shell pm list packages
3:找到应用
APK Extractor 定位包名
4:卸载
adb shell pm uninstall -k --user 0 package_name
//package_name 要卸载的应用包名
#卸载 #adb
老旧手机满血复活
YouTube
十分钟上手搞定 android手机如何卸载系统自带的软件 | 超简单 无需root | 使用开发者命令 让你的手机更加丝滑
视频信息:
android开发者网站:
https://developer.android.com/studio/releases/platform-tools?hl=zh-cn
安卓安装包下载网站:
https://m.apkpure.com/cn/
0:安装adb 调试工具
1:检查是否连接手机:
adb devices
2:列出
adb shell pm list packages
3:找到应用
APK Extractor 定位包名
4:卸载
adb shell pm uninstall…
android开发者网站:
https://developer.android.com/studio/releases/platform-tools?hl=zh-cn
安卓安装包下载网站:
https://m.apkpure.com/cn/
0:安装adb 调试工具
1:检查是否连接手机:
adb devices
2:列出
adb shell pm list packages
3:找到应用
APK Extractor 定位包名
4:卸载
adb shell pm uninstall…