I am trying to install an apk on api level 17 emulator using adb command.
adb install Test apk
I am getting following error in response
protocol failure
rm failed for /data/local/tmp/Test.apk, No such file or directory
Anyone know how to handle this error?