Visual Studio for Android Emulator for Android Studio

I use "Android Studio",

I want to debug my applications on the "Visual Studio Android emulator",

I made this guide: https://blogs.msdn.microsoft.com/visualstudioalm/2015/07/20/using-the-visual-studio-emulator-for-android-from-android-studio-or-eclipse-with -adt /

But in “Android Studio” I can’t find the emulator on “connected devices”:

android studio image with emulator

+6
source share
1 answer

I fixed it
It was an adb problem with my emulator due to the wrong "SDK path location"
I had to change it from the registry editor,
Here is the solution:
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.

+5
source

Source: https://habr.com/ru/post/1257693/


All Articles