Android emulator not showing in Visual Studio

后端 未结 7 1872
无人共我
无人共我 2021-01-01 15:58

I made an Android Virtual Device. It runs on the SDK emulator using Intel HAXM. I was able to see it in Visual studio (debug devices drop down list) and debug my applicatio

7条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-01 16:37

    After making sure that you have installed the required software properly (having the Hyper-V option checked in Windows Features, also enabled in BIOS) :

    1. Go to your project's properties by selecting the project in Solutions Explorer and clicking ALT+ENTER
    2. After that, make sure that the Minimum Android to target is greater than or equal to at least one of your Device Profiles in Visual Studio Emulator Manager.

提交回复
热议问题