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包名
原文地址:https://www.cnblogs.com/poloyy/p/13644178.html