Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"Visual Studio Android Emulator" for "Android Studio"

I am using "Android Studio",

I want to debug my apps on "Visual Studio Android Emulator",

I did 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":

image of android studio with emulator

like image 975
boody Avatar asked Oct 04 '16 16:10

boody


1 Answers

I fixed it,
It was adb issue with my emulator because of wrong "sdk path location",
I had to change it from 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.

like image 194
boody Avatar answered Oct 25 '22 19:10

boody