Search code examples
androidxamarin.androidandroid-emulator

Android emulator not running on xamarin


1>Starting deploy VisualStudio_android-23_arm_phone ...

1>Starting emulator VisualStudio_android-23_arm_phone ...

1>C:\PROGRA~2\Android\ANDROI~1\tools\emulator.EXE -partition-size 512 -no-boot- anim -avd VisualStudio_android-23_arm_phone -propmonodroid.avdname=VisualStudio_android-23_arm_phone

1>emulator: WARNING: Crash service did not start

1>emulator: Listening for console connections on port: 5554

1>emulator: Serial number of this emulator (for ADB): emulator-5554

1>emulator: WARNING: UpdateCheck: Failure: Error

1>emulator: WARNING: UpdateCheck: Failure: Error

1>emulator: WARNING: UpdateCheck: failed to get the latest version, skipping check (current version '25.2.5-3567187')

1>Emulator VisualStudio_android-23_arm_phone is running.

1>Waiting for emulator to be ready...

1>...

1>...

1>...

1>...

1>...

1>...

1>...

1>...

1>...

1>...

1>...

1>...

1>...

1>...

1>...

1>...

1>...

1>...

1>...

1>...

1>...

1>...

1>Emulator is not ready to be used.

1>Deploy failed on VisualStudio_android-23_arm_phone

========== Deploy: 0 succeeded, 1 failed, 0 skipped ==========

I am getting these errors while running emulator on xamarin. Please help me. My emulator is not running...


Solution

  • Step 1 : Download Intel HAXM

    Step 2 : In the Windows search box, enter Programs and then click the Programs and Features search result, In the Control Panel Programs and Features dialog, click Turn Windows features on or off

    Step 3 : Create x86 based emulator,

    If you are developing 64-bit apps, install the following system images instead:

    1. Intel x86 Atom_64 System Image
    2. Google APIs Intel x86 Atom_64 System Image

    else download

    1. Intel x86 Atom System Image
    2. Google APIs Intel x86 Atom System Image

    To install the necessary system images, start the Android SDK Manager (Tools > Android > Android SDK Manager) and scroll to the API level(s) you want to support. For each API level, enable the check mark next to the following system images:

    And done,Now its will work.

    For More Detail follow this link