简体   繁体   中英

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...

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

如果您像我一样并且已经在您的系统上进行了虚拟化并且仍然遇到此问题,那么我修复它的唯一方法是删除旧的模拟器,然后下载相同的模拟器并重新启动/构建应用程序。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM