Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does Visual Studio Emulator for Android still support drag and drop package installation?

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?

like image 540
Hong Avatar asked Aug 28 '15 19:08

Hong


People also ask

Is Android Studio drag and drop?

The Android drag and drop framework enables you to add interactive drag and drop capabilities to your app. With drag and drop, users can copy or move text, images, objects—any content that can be represented by a URI—from one View to another within an app or, in multi-window mode, between apps.

Can I use Android Studio emulator in Visual Studio?

Just open up the Visual Studio Emulator for Android entry in your Start Menu, hit play, and the emulator is ready to debug from any IDE. Download the standalone emulator today!

Why is the emulator in Android Studio not working?

If the Android Emulator does not start properly, this problem is often caused by problems with HAXM. HAXM issues are often the result of conflicts with other virtualization technologies, incorrect settings, or an out-of-date HAXM driver. Try reinstalling the HAXM driver, using the steps detailed in Installing HAXM.


1 Answers

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

like image 94
John Kemnetz Avatar answered Oct 11 '22 06:10

John Kemnetz