Reputation: 15
In MY Android Studio 2.1.1
I have encounter following problem :
I have restarted the ADB and I also made a new emulator. Why do I keep getting this error? I have also restarted the emulator and Android Studio.
Upvotes: 1
Views: 3984
Reputation: 119
On mac, open Activity Monitor -> Search for "adb" -> click the process -> Quit. Then try again.
Upvotes: 1
Reputation: 321
I had the same problem. I clicked on Run->Debug 'app'
.
This worked for me.
It occurs sometimes and reconnecting the device may not help. So just let Android Studio itself debug may help.
Upvotes: 1
Reputation: 11
I had some problem , it's easy : enter to: Task Manager > search for All process "adb.exe" put End Task for adb.exe ! And retry RUN ! This work for me.
Upvotes: 1