[Solved] adb – Performing Push Install adb: error: failed to get feature set: more than one

Problem background

direct   adb   install   Package name    Unable to install successfully

Solution

Install
adb -s 10.200.241.215:5555 install test.apk

Delete
adb -s 10.200.241.215:5555 uninstall apk package name

Similar Posts: