如何在 Android Studio 中为目标添加系统映像
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/24815950/
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
How can I add a system image for a target in Android Studio
提问by MichaelGofron
I have an option grayed out that I must complete to progress with a project. It says that
我有一个变灰的选项,我必须完成该选项才能进行项目。它说
No system images installed for this target.
No system images installed for this target.
This answer is for Eclipse, but I'm not sure if there's an Android Studio equivalent:
此答案适用于 Eclipse,但我不确定是否有 Android Studio 等效项:
回答by Leo
It is exactly the same answer. You need to download an image for the target SDK. So, open the SDK Manager and you will find a system image for the Android L API Level 20.
这是完全相同的答案。您需要下载目标 SDK 的图像。因此,打开 SDK Manager,您将找到 Android L API Level 20 的系统映像。
You can open the SDK Manager from the Tools Menu -> Android -> SDK Manager
您可以从 Tools Menu -> Android -> SDK Manager 打开 SDK Manager
You will see all Platform Tools, System Images, Documentation, etc. nested and grouped by API Level...including the Android L Preview
您将看到所有平台工具、系统映像、文档等,按 API 级别嵌套和分组……包括 Android L 预览版
回答by Anil Jadhav
The Target Version you are selecting you have only installed platform files for this version you have need to install image of that version also.
您选择的目标版本只安装了该版本的平台文件,您还需要安装该版本的映像。
You can check and install it through Android SDK manager.
您可以通过 Android SDK 管理器进行检查和安装。
Do the following steps: Open Android SDK Manager. Check selected version and check "ARM EABI...."file for that version is installed or not. If not then install it and try again.
执行以下步骤: 打开 Android SDK 管理器。检查所选版本并检查是否安装了该版本的“ARM EABI ....”文件。如果没有,则安装它并重试。