Reputation: 336
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
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