"Visual Studio Android Emulator" 对于 "Android Studio"

"Visual Studio Android Emulator" for "Android Studio"

我正在使用 "Android Studio",

我想在 "Visual Studio Android Emulator"、

上调试我的应用程序

我做了这个指南:https://blogs.msdn.microsoft.com/visualstudioalm/2015/07/20/using-the-visual-studio-emulator-for-android-from-android-studio-or-eclipse-with-adt/

但是在"Android Studio",我在"connected devices"找不到模拟器:

image of android studio with emulator

我修好了,
由于 "sdk path location"、
错误,我的模拟器出现了 adb 问题 我不得不从注册表编辑器中更改它,
这是解决方案:
https://msdn.microsoft.com/en-us/library/mt228282.aspx#ADB

1-Open Registry Editor by selecting Run from the Start buttons context menu, typing regedit in the dialog box, and choosing OK.

2-Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Android SDK Tools in the folder tree on the left.

3-Modify the Path registry variable to match the path to your Android SDK.