admin管理员组

文章数量:1650766

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

 

 

本文标签: 解决方案installADBPerformingpush