【问题标题】:Android Virtual Device install Google APIs Intel AtomAndroid 虚拟设备安装 Google APIs Intel Atom
【发布时间】:2015-01-22 23:16:45
【问题描述】:

我正在使用 android 虚拟设备进行 android 开发。 每次我想使用目标 Google API(Google Inc.)创建 AVD - API 级别 21 时,AVD 管理器都会显示消息

This AVD may not work unless you install the Google APIs Intel Atom (x86) system image for Android 5.0 (API 21) first.

在此之前,我使用的是 Android 5.0 - API 级别 21 目标。 我可以做些什么来使用 Google API 目标

【问题讨论】:

    标签: android eclipse eclipse-plugin google-api avd


    【解决方案1】:

    您需要首先在您的 Android SDK 中安装 Google APIs Intel x86 Atom System Image,但对于您创建的 64 位系统映像,您需要安装 Google APIs Intel x86 Atom_64 System Image。请记住,您将始终需要为每个 Android SDK API 级别安装 Google APIs System Image。但 Android 4.4W(API 级别 20)除外。

    创建手机 AVD 的最低要求是什么?

    打开您的 SDK 并安装以下内容:

    1. SDK Platform
    2. Google APIs(如果在您的 SDK 中找到)。
    3. ARM EABI v7a System ImageGoogle APIs Intel x86 Atom System Image(根据您将在 AVD 的 CPU/ABI 上使用的系统映像选择一个)。
    4. Google APIs ARM EABI v7a System Image(如果在您的 SDK 中找到并且您将使用 ARM EABI v7a 系统映像作为 AVD 的 CPU/ABI)。
    5. Google APIs (x86 System Image)Google APIs (ARM System Image)(二选一)。
    6. Intel x86 Atom System Image(如果您将使用 ARM EABI v7a 系统映像,请不要安装)。
    7. 创建您的 AVD。

    注意:

    1. 根据您将使用的系统映像选择其中一个。仅限 ARM EABI v7a 或 Intel Atom x86。
    2. 如果你使用Intel Atom x86 System Image,你需要先安装“Intel HAXM”(在谷歌上搜索)。仅当您的计算机的处理器足够强大且速度足够快时,此系统映像才支持。我的 PC 使用 Intel Core 2 Duo @2.93 GHz E7500,但不支持使用 Intel HAXM(这意味着我不能使用 Intel Atom x86 System Image 作为我的 AVD 的 CPU/ABI。所以我需要升级我的 PC 的 CPU)。

    【讨论】:

    • 你需要Google APIs Intel x86 Atom System ImageIntel x86 Atom System Image吗?另外,您是否应该同时拥有 64 位和 32 位 Atom 系统映像?
    猜你喜欢
    • 2019-04-21
    • 1970-01-01
    • 2022-08-04
    • 1970-01-01
    • 2016-08-16
    • 2012-09-18
    • 2013-04-08
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多