visual-studio-emulator

Visual studio emulator for android Stuck at Copying .vhd files

橙三吉。 提交于 2020-01-05 04:23:13
问题 I had the emulator running once and had to remove it because I had to work with virtualBox as you cannot run hyper-v and virtual box together. As I had the emulator running, it means that my system is compatible. I am running windows 10 with i7 processor. The installation process went smooth but when I tried to create a virtual device the process gets stuck at Copying .vhd files and creating virtual machine I tried following the steps shown here Visual studio (2015) emulator for android not

VS Emulator for Android error with Hyper-V

☆樱花仙子☆ 提交于 2019-12-25 07:19:28
问题 When I try to run the Visual Studio emulator for Android I get the following error. "Unable to add user to the Hyper-V Administrators group. Exit code 2220" I am able to run the Windows Phone emulator without problem, so the administrators group is obviously present. Have tried to run as administrator with same result. Running Visual Studio Enterprise 2015 on Windows 10 Anniversary update (14393.10). 回答1: The problem may be related to the version of Windows you have or started with. You have

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

ε祈祈猫儿з 提交于 2019-12-21 09:45:21
问题 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

Xamarin Forms Android App Crashes Running Debug with VS Android Emulator

若如初见. 提交于 2019-12-17 07:23:41
问题 I have a basic Xamarin Forms app I created. It works fine against the iOS simulator. However when I try and run with a VS Android Emulator (5.1in Marshmallow) it crashes every time upon opening. Even when I try and run without debugging. Below is the error I keep seeing: 01-14 16:22:10.290 D/Mono ( 1366): AOT module 'mscorlib.dll.so' not found: dlopen failed: library "/data/app-lib/App3.Droid-2/libaot-mscorlib.dll.so" not found 01-14 16:22:10.290 D/Mono ( 1366): AOT module '/Users/builder

visual studio 2015 apache cordovo not running in emulator with Blank app project template

╄→尐↘猪︶ㄣ 提交于 2019-12-10 15:55:47
问题 after initiating the Apache cordova Blank application project template using both under Javascript and typescript. When clicking the debug/run in android device emulator, an error popup as shown below: I also did the following because it wasn't able to create java virtual machine by registering this: _JAVA_OPTIONS:-Xmx512M is this a bug or is there a work around? Additional question: how to let visual studio 2015 ask which android device emulator to use (similar to eclipse) rather than using

Running API Level 24+ on VS Emulator for Android (Hyper-V)

牧云@^-^@ 提交于 2019-12-10 03:54:09
问题 I have been using the Visual Studio Emulator for Android to test my Xamarin apps and I am very impressed with the performance of Hyper-V over HAXM. However I can't seem to find any options for emulating anything past 6.0 API Level 23: Is there any way to download additional system images for API levels greater than 23? 回答1: According to this and corroborated here, there will be no support for levels above 23 and they recommend that use the improved emulator that comes with the Android SDK.

Running API Level 24+ on VS Emulator for Android (Hyper-V)

六月ゝ 毕业季﹏ 提交于 2019-12-05 05:30:49
I have been using the Visual Studio Emulator for Android to test my Xamarin apps and I am very impressed with the performance of Hyper-V over HAXM. However I can't seem to find any options for emulating anything past 6.0 API Level 23: Is there any way to download additional system images for API levels greater than 23? According to this and corroborated here , there will be no support for levels above 23 and they recommend that use the improved emulator that comes with the Android SDK. Here's the quote: From Microsoft: Hello, This is an automated message. Unfortunately, we have no plans to

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

六眼飞鱼酱① 提交于 2019-12-04 03:39:17
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? This can happen if you are running the emulator with elevated permissions. Try re-running without elevation (not as Administrator). 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. 来源: https://stackoverflow.com/questions/32278613/does

Xamarin “Waiting for runtime checks to complete” and VS Emulator

倖福魔咒の 提交于 2019-12-03 12:19:44
问题 I have created a new, bare bones, Xamarin Cross Platform application and I get the following error when running the Android project in a VS emulator using Marshmallow (6.0 API 23): Waiting for runtime checks to complete The emulator boots up successfully and the project builds without warnings or errors. I've left it in this state overnight, but it fails to get past this point. VS: 15.7.1 Xamarin Forms: 3.0.0.482510 Any direction/suggestions would be appreciated. EDIT 1 : Using the Android

Xamarin “Waiting for runtime checks to complete” and VS Emulator

℡╲_俬逩灬. 提交于 2019-12-03 01:56:15
I have created a new, bare bones, Xamarin Cross Platform application and I get the following error when running the Android project in a VS emulator using Marshmallow (6.0 API 23): Waiting for runtime checks to complete The emulator boots up successfully and the project builds without warnings or errors. I've left it in this state overnight, but it fails to get past this point. VS: 15.7.1 Xamarin Forms: 3.0.0.482510 Any direction/suggestions would be appreciated. EDIT 1 : Using the Android SDK image works, so the issue seems to be with the Hyper-V VM. I managed to get past this error by doing