29
votes

Is it possible to connect the shiny Visual Studio Emulator for Android installed with Visual Studio 2015 RC to Android Studio?

It is not showing in Run/Debug:

enter image description here

[SOLVED]

Found the address of the emulator:

enter image description here

then connected to it using adb connect

enter image description here

and voila:

enter image description here

1
Awesome, worked for me - Hevski
I request you to please add the solution that you found as an answer in this thread. That ways it will be more helpful and easy to spot for future readers. It will also give the users a chance to upvote your answer if they find it helpful. - RBT

1 Answers

1
votes

Just adding the answer from above for easy spotting for readers:

Find the address of the emulator:

enter image description here

then connected to it using adb connect

enter image description here

and voila:

enter image description here