helpmeplease
helpmeplease

Reputation: 15

"Error while waiting for device: adb connection not available, or was terminated"?

In MY Android Studio 2.1.1

I have encounter following problem :

enter image description here

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

Answers (3)

Jordan B
Jordan B

Reputation: 119

On mac, open Activity Monitor -> Search for "adb" -> click the process -> Quit. Then try again.

Upvotes: 1

Xianxing
Xianxing

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

Amine BeneMhamed
Amine BeneMhamed

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

Related Questions