After I start the emulator by hitting Debug in Eclipse, after certain time it disconnects from the ADB, but the emulator stays open. It is responsive, I can navigate and sta
My handy bash script
#!/bin/bash ./path/to/adb kill-server ./path/to/adb start-server ./path/to/adb devices