Does Visual Studio Emulator for Android still supp

2020-07-06 08:54发布

问题:

I installed a package on Visual Studio Emulator for Android by drag-and-drop before. I got a new update yesterday. The emulator does not seem to support drag-and-drop anymore. Could anyone shed some light on this?

回答1:

This can happen if you are running the emulator with elevated permissions. Try re-running without elevation (not as Administrator).



回答2:

It's likely that the emulator is unable to connect to ADB. See this document: https://msdn.microsoft.com/en-us/library/mt228282.aspx#DragAndDrop for how to make sure ADB can connect to the emulator.