Neuxz
Neuxz

Reputation: 336

ADB Connection Disappears in Android Studio after enabling adb integration

I use Visual Studio Emulator to debug my projects. But now my Emulator is not shown when the adb integration is enabled and when i disabled it is shown again. What is Happening there and how can i debug again?

Upvotes: 0

Views: 565

Answers (1)

dominicd
dominicd

Reputation: 125

It only allows one Debugging console, Such as Android Device Monitor or in your case Visual Studio Emulator. Under tools->Android->Adb Integration is how you renable it

Upvotes: 1

Related Questions