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

时间:2022-07-24
本文章向大家介绍Performing Push Install adb: error: failed to get feature set: more than one 解决方案,主要内容包括其使用实例、应用技巧、基本知识点总结和需要注意事项,具有一定的参考价值,需要的朋友可以参考一下。

问题背景

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

解决方案

安装
adb -s 10.200.241.215:5555 install test.apk

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