Andrei Drynov
Andrei Drynov

Reputation: 8582

Android Studio and Visual Studio Emulator for Android debugging

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

Upvotes: 29

Views: 1731

Answers (1)

timmebee
timmebee

Reputation: 87

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

Upvotes: 1

Related Questions