Performing Push Install adb: error: failed to get feature set: more than one 解决方案

2020-09-11 14:26:31 浏览数 (1)

问题背景

直接 adb install 包名 无法安装成功

解决方案

代码语言:javascript复制
安装
adb -s 10.200.241.215:5555 install test.apk

删除
adb -s 10.200.241.215:5555 uninstall apk包名

0 人点赞