简体   繁体   中英

Xamarin VS2019 Emulator pixel_2_pie_9_0_-_api_28 cannot be started

I am getting this error when trying to debug a project in Xamarin C#

I literally just created a new project and chose the latest SDK and hit accept on a lot of popups, I did not type in any code yet

Emulator pixel_2_pie_9_0_-_api_28 cannot be started

I have the following settings selected under Android SDK: But I dont understand this menu at all, why are all my options using Atom processor? What devices still use Atom processors? Im trying to build an App to run on an Arm Android Phone Is there any cross compilation happening? Is this referring to the processor I am on (Intel i5, not atom) or the processor its targeting. This is so needlessly confusing

在此处输入图片说明

why are all my options using Atom processor? What devices still use Atom processors? Im trying to build an App to run on an Arm Android Phone Is there any cross compilation happening? Is this referring to the processor I am on (Intel i5, not atom) or the processor its targeting.

Android is based on the intel Atom (X86) virtual machine. In short , this virtual machine allows the Android emulator to run at the original speed (real machine running speed) in a computer using an Intel x86 processor.

Therefore , there is no need to tangle these options here. If want emulator to runs on PC, you need to select the Intel x86 Atom System Image or Intel x86 Atom_64 System Image at least.

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