为 Android 离线(手动)安装 Intel x86 Atom 系统映像

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/23024685/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-20 06:40:49  来源:igfitidea点击:

Installing Intel x86 Atom System Images offline (manually) for Android

androideclipseavd

提问by PHPFan

I want to install the Intel x86 Atom System Image because my emulator speed is too slow. Each time I tried to install it from the Android sdk manager I failed getting this message:-

我想安装 Intel x86 Atom System Image 因为我的模拟器速度太慢了。每次我尝试从 Android sdk 管理器安装它时,我都无法收到此消息:-

Fetching URL: https://dl-ssl.google.com/android/repository/sys-img/x86/addon-x86.xmlValidate XML: https://dl-ssl.google.com/android/repository/sys-img/x86/addon-x86.xmlFetching URL: https://dl-ssl.google.com/android/repository/sys-img/android-wear/android-wear-sys-img.xml

获取 URL:https: //dl-ssl.google.com/android/repository/sys-img/x86/addon-x86.xml验证 XML:https: //dl-ssl.google.com/android/repository/sys -img/x86/addon-x86.xml获取网址:https: //dl-ssl.google.com/android/repository/sys-img/android-wear/android-wear-sys-img.xml

Validate XML: https://dl-ssl.google.com/android/repository/sys-img/android-wear/android-wear-sys-img.xml

验证 XML:https: //dl-ssl.google.com/android/repository/sys-img/android-wear/android-wear-sys-img.xml

Done loading packages.

Preparing to install archives

Downloading Intel x86 Atom System Image, Android API 17, revision 1

  Resuming Intel x86 Atom System Image, Android API 17, revision 1 download at 1540 (0%)

Download finished with wrong checksum. Expected ddb3313e8dcd07926003f7b828eafea1115ea35b, got 2789383f5a408e854f56ae282de281260fa2b46d.
Done. 

Nothing was installed.

I went to the Intel site and downloaded it manually and then followed the instructions to install it. But when I create a new AVD I don't see the Intel atom option in the CPU/ABI menu.

我去了英特尔网站并手动下载,然后按照说明进行安装。但是当我创建一个新的 AVD 时,我在 CPU/ABI 菜单中看不到 Intel atom 选项。

Does anyone know what the problem is?

有谁知道问题是什么?

采纳答案by PHPFan

Now I have installed it from Android SDK Manager successfully .

现在我已经从 Android SDK Manager 成功安装了它。

I found the problem , I should close the eclipse while downloading and installing the software , because eclipse.exe locks adt-bundle-windows-x86 folder.

我发现了问题,我应该在下载和安装软件时关闭 eclipse,因为 eclipse.exe 锁定了 adt-bundle-windows-x86 文件夹。

But eclipse must show a message that saying :- you must close eclipse.exe !

但是 eclipse 必须显示一条消息:-您必须关闭 eclipse.exe!

回答by Sufiyan Ghori

If you are unable to install Intel x86 System images using Android SDK, then you can always download them directly from the Intel website and install it manually,

如果您无法使用 Android SDK 安装 Intel x86 System 映像,那么您可以随时直接从 Intel 网站下载它们并手动安装,

Intel has provided easy-to-follow instructions to download and install Intel System images for Android manually,

英特尔提供了易于遵循的说明来手动下载和安装适用于 Android 的英特尔系统映像,

here is one tutorial on installing Intel? Atom? x86 Image for Android* 4.4 KitKat Manually

这是关于安装英特尔的一个教程?原子?用于 Android* 4.4 KitKat 的 x86 手动图像

The above instructions would help you to install System Image for Android 4.4 kitkat, but Intel has also provided direct links for all other Android versions on its own website,

上述说明将帮助您安装适用于 Android 4.4 kitkat 的系统映像,但英特尔还在其自己的网站上提供了所有其他 Android 版本的直接链接,

for your convenience, here are the direct links for x86 System Images from Intel website,

为方便起见,以下是来自英特尔网站的 x86 系统映像的直接链接,

Android x86 System Images

Android x86 系统镜像

furthermore, You may visit Intel Android Toolspage if new images are added in future.

此外,如果将来添加新图像,您可以访问英特尔 Android 工具页面。

回答by sajin tm

Had the same issue , and error message was like this,

有同样的问题,错误信息是这样的,

Downloading Google APIs Intel x86 Atom System Image, Android API 23, revision 14 Download interrupted: Read timed out Done. Nothing was installed.

下载 Google API 英特尔 x86 Atom 系统映像,Android API 23,修订版 14 下载中断:读取超时 完成。什么都没安装。

After, i downloaded the image file , in my case https://dl.google.com/android/repository/sys-img/google_apis/sysimg_x86-23_r14.zip

之后,我下载了图像文件,在我的情况下是https://dl.google.com/android/repository/sys-img/google_apis/sysimg_x86-23_r14.zip

Then i extracted it , and copied the folder x86 to following path, in my case it is

然后我解压缩它,并将文件夹 x86 复制到以下路径,在我的情况下是

C:\Users\Developer\AppData\Local\Android\Sdk\system-images\android-23\x86\

C:\Users\Developer\AppData\Local\Android\Sdk\system-images\android-23\x86\

Then it showed in the installed packages list.

然后它显示在已安装的软件包列表中。