我正在使用android虚拟设备进行android开发。每次我想要创建一个带有目标Google (Google.)- API 21级的AVD时,AVD管理器都会显示消息。
This AVD may not work unless you install the Google APIs Intel Atom (x86) system image for Android 5.0 (API 21) first.
在此之前,我使用Android5.0-API 21级目标。我能做些什么来使用Google目标?
发布于 2014-11-25 05:56:45
您需要首先在Android中安装Google APIs Intel x86 Atom System Image
,但是Google APIs Intel x86 Atom_64 System Image
需要为您创建的64位系统映像安装。记住,您总是需要为每个Android级别安装Google APIs System Image
。但它不适用于Android4.4W (API级别20)。
我创建电话所需的最低要求是什么?
打开SDK并安装以下内容:
SDK Platform
Google APIs
(如果在SDK中找到)。ARM EABI v7a System Image
或Google APIs Intel x86 Atom System Image
(根据您将在AVD的CPU/ABI上使用的系统映像选择一个)。Google APIs ARM EABI v7a System Image
(如果在您的SDK中找到&如果您将使用ARM EABI v7a系统映像作为AVD的CPU/ABI)。Google APIs (x86 System Image)
或Google APIs (ARM System Image)
(选择一个)。Intel x86 Atom System Image
(如果要使用ARM EABI v7a系统映像,请不要安装)。注:
Intel Atom x86 System Image
,您需要首先安装"Intel“(在谷歌上搜索)。只有当计算机的处理器强大且速度足够快时,此系统映像才能支持。我的PC正在使用IntelCore2Duo @2.93 GHz E7500,但它不支持使用Intel (也就是说,我不能使用Intel Atom x86 System Image
作为我的AVD的CPU/ABI )。所以我需要升级我的个人电脑的CPU)。https://stackoverflow.com/questions/27118470
复制相似问题