一般卸载命令文章都说是 adb shell pm uninstall--user 0 软件包名
实际卸载和安装Apk需要退出shell
卸载命令为:adb uninstall --user 0 软件包名
直接安装命令为:adb install --user 0 软件包名
文章介绍了使用ADB工具卸载和安装Android应用的正确命令,强调在执行操作时需要退出shell,并提供了具体命令行参数,如`adbuninstall--user0软件包名`用于卸载,`adbinstall--user0软件包名`用于安装。
一般卸载命令文章都说是 adb shell pm uninstall--user 0 软件包名
实际卸载和安装Apk需要退出shell
卸载命令为:adb uninstall --user 0 软件包名
直接安装命令为:adb install --user 0 软件包名
4万+
1万+
7076

被折叠的 条评论
为什么被折叠?
