I have created and ran a couple of android emulators, now I\'d like to install application on them. Here is the story of me trying it a couple of times:
$ ad
“adb install” returns error: protocol fault (no status) :
Solution is
Goto \platform-tools
using Terminal and execute below commands
set ADB_TRACE=1
adb start-server
To remove emulator from list of ADB Devices :
Open "Android Virtual Device Manager" -> Select the Emulator which you want to delete -> click on Delete button.
See below Image