29

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

Andrei Drynov
  • 8,362
  • 6
  • 39
  • 39
  • Awesome, worked for me – Hevski Aug 19 '15 at 09:57
  • 1
    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 Aug 10 '18 at 05:54

1 Answers1

1

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

timmebee
  • 89
  • 1
  • 2
  • 12