一、手机连接电脑,检测手机是否已开启授权并连接成功
adb devices
二、安装应用
adb install UYUN-CARRIER-Android.apk
三、卸载应用
1.查看应用包名
adb shell pm list packages
2.执行卸载命令
adb uninstall com.broada.carrier.mobile
参考链接:
https://www.cnblogs.com/lance-ehf/p/4497293.html
原文地址:https://www.cnblogs.com/luoxiaolei/p/9297895.html
时间: 2024-10-11 04:15:20