如何在Android Studio外部安装android系统映像(用于Emulator)?

问题描述 投票:3回答:3

我从this链接下载(IDM外部)Android N系统映像。现在应该在哪里粘贴,安装文件或我该怎么处理文件?

我希望Android N显示在我的Android模拟器列表中(单击Android Studio中的运行按钮后显示的列表)。

android android-emulator
3个回答
1
投票

将此zip文件解压缩到{sdk_dir}/system-images/android-24/default/文件夹中

之后,您必须使用此系统映像从运行对话框创建新的虚拟设备。

Select this system image


0
投票

解压缩到{SDK_PATH}/system-images/android-24/google_apis/x86/单击底部的重新加载按钮刷新模拟器列表


0
投票

您应该将下载的系统映像放在{Sdk_location} / temp中,然后使用命令行安装它们,否则它们将不会显示在android studio中。

© www.soinside.com 2019 - 2024. All rights reserved.