'Visual Studio Emulator for Android' devices are not listed in the Android Device Monitor

前端 未结 3 1226
走了就别回头了
走了就别回头了 2020-12-08 10:20

I can start the VS Emulator devices just fine, but they simply don\'t show up in ADB/Android studio.

I searched and found a similar SO question (same issue, only I i

3条回答
  •  长情又很酷
    2020-12-08 10:45

    • Copy Your ANDROID SDK PATH for me it look like this :

    • Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Android SDK Tools.

    Note: if Android SDK Tools folder doesn't exist, Create it under WOW6432Node, And open it, And Create a String Value name it Path :)


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

      • Restart the emulator and you should now be able to see the emulator connected to ADB and associated Android tools.

    You can read this answers :

    Nativescript project running with Visual Studio Emulator

提交回复
热议问题