问题背景

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包名