"Adb install" devuelve error: error de protocolo (sin estado)

He creado y ejecutado un par de emuladores de Android, ahora me gustaría instalar la aplicación en ellos. Aquí está la historia de mí intentándolo un par de veces:

$ adb -s emulator-5562 install xxx.apk 
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
error: protocol fault (no status)
- waiting for device -
^C
$ adb devices
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
List of devices attached 
emulator-5554   device
emulator-5556   device
emulator-5558   device
emulator-5560   device
emulator-5562   device
$ adb -s emulator-5562 install xxx.apk 
error: protocol fault (no status)
- waiting for device -
^C
$ killall adb
$ killall adb
adb: no process found
$ adb -s emulator-5562 install xxx.apk 
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
3748 KB/s (766384 bytes in 0.199s)
    pkg: /data/local/tmp/xxx.apk <- sometime it reaches upto here but it stays there for ever
^C

¿Me pueden ayudar, por favor, qué más puedo hacer para solucionar el problema? gracias

Respuestas a la pregunta(3)

Su respuesta a la pregunta