I try to create my first xamrin app. Unfortunetly my aadnroid emulator doesn't work. When I Press run program button in Visual Studio, emulator is popping up and closing after a second. Here is my build output:
Here is how my sdk looks like:
And there is what i installed in Visual Studio Installer:
CodePudding user response:
Please do the following:
- Check whether the Windows Hypervisor Platform is enabled. Open Windows Features tool, click on the Turn Windows features on and verify if Hyper-V and Windows Hypervisor Platform are enabled.
- Change the Xamarin Diagnostics output verbosity to Diagnostics. After that attach the build output.
- On Visual Studio open the Android Command prompt (Tools\Android\Android Adb Command Prompt), run the following command below and attach the output:
- Check the virtualization acceleration
{android-sdk-path}\emulator\emulator.EXE -accel-check
- Try to launch the emulator:
{android-sdk-path}\emulator\emulator.EXE -no-boot-anim -verbose -avd {avd name} -prop monodroid.avdname={avd name}
- You will find the {android-sdk-path} in Options > Xamarin > Android Settings