Android emulator not showing in Visual Studio

后端 未结 7 1871
无人共我
无人共我 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:51

    I had this problem and realised that the visual studio environment variable was pointing to: C:\ProgramData\Microsoft\AndroidSDK\25 & not 'C:\Program Files (x86)\Android\android-sdk' where I'd created my new AVD.

    So, I simply changed that and... of course it didn't work.

    However, all is not lost. Simply fire up the emulator in AVD Manager, and drag and drop the .apk file on top of it and it installs!

    0 讨论(0)
提交回复
热议问题