什么是Android SDK中的经理英特尔的x86原子系统映像?英特尔、映像、原子、经理

2023-09-05 05:54:08 作者:画个○○诅咒你

我是新android开发。我设立的开发环境。 所以我的问题是,什么是Android SDK中的经理英特尔的x86原子系统映像? 我应该安装与否? 该选项为present在API级别15安培; 16,但不是在17

感谢。

解决方案   

所以我的问题是,什么是Android SDK中的经理英特尔的x86原子系统映像?

这是一个版本的Andr​​oid模拟器中运行的本地x86处理器,就像那些在大多数开发机器。

对比度即与ARM系统图像,其中包含的ARM(未x86)的CPU指令,因此必须进行翻译时运行

  

我应该安装与否?

在x86模拟器的图像,如果有的话,往往会跑得更快。你必须做你的开发机器的一些工作,以利用它们,因为概述在文档。

  

该选项为present在API级别15安培; 16,但不是在17

AFAIK谷歌依靠英特尔来创建这些图像,而英特尔只在几个API级别这样做。

I am new to android development. I am setting up development environment. So my question is, what is intel x86 atom system image in android sdk manager? Should i install it or not? the option is present in api level 15 & 16 but not in 17.

Thanks.

解决方案 Android SDK Manager手动添加安卓版本和Intel x86 Atom System Image

So my question is, what is intel x86 atom system image in android sdk manager?

It is a version of the Android emulator that runs natively on x86 CPUs, like those in most development machines.

Contrast that with the ARM system image, which contains ARM (not x86) CPU instructions, and therefore must be translated when run.

Should i install it or not?

The x86 emulator images, where available, tend to run faster. You will have to do some work on your development machine to take advantage of them, as is outlined in the documentation.

the option is present in api level 15 & 16 but not in 17.

AFAIK Google relies upon Intel to create these images, and Intel has only done so on a few API levels.