我正在运行 64 位的 Windows 7 和 64 位的 Eclipse,并安装了最新的 ADT 插件和 Android ADK.全部按照 Android SDK 网站上的说明安装.
I am running Windows 7 64-bit and Eclipse also 64-bit with the latest ADT plugin installed and the Android ADK. All installed as instructed on the Android SDK site.
当我尝试创建新的 AVD 时,我收到以下消息.
When I try to create a new AVD I get the following messages.
[日期 *Time* - SDK Manager] 未能创建 SD 卡.[日期 *Time* - SDK Manager] 无法在 AVD 文件夹中创建 sdcard.
[Date *Time* - SDK Manager] Failed to create the SD card. [Date *Time* - SDK Manager] Failed to create sdcard in the AVD folder.
我尝试过不同尺寸的 SD 卡,认为这可能与存储空间分配有关,但似乎并非如此,因为我的硬盘驱动器还有很多空间.考虑到我的帐户拥有管理员权限,它也不应该是不能创建文件夹.我真的不知道这里出了什么问题,我所能找到的只是 Ubuntu 上的帖子,没有太大帮助.
I have tried different SD card sizes thinking It may be something to do with storage space allocation but that doesn't seem to be the case as my hard-drive has a lot of space left. Considering I have admin rights on my account it shouldn't be that it can't create a folder either. I really have no idea what is going wrong here and all I have been able to find on this are post on Ubuntu, which haven't been much help.
在你的电脑中进入如下目录:
Go to the following directory in your computer:
C:Users.androidavd
C:Users.androidavd
在此目录中,您将找到所有文件和目录,其中包含您的 avd 机器的定义和内容-
Inside this directory you will find all files and directories with the definition and content of your avd machines-
现在执行基本的故障排除步骤:
Now do the basic troubleshooting steps:
-检查 avd 目录是否存在以及是否包含名为sdcard.img"的文件.
-check if the avd directory exists and if it contains a file with the name "sdcard.img".
-如果文件存在,尝试重命名它(检查它是否被锁定)然后去eclipse并要求创建一个新的sd卡.
-if the file exists, try to rename it (to check if its locked) and then go to eclipse and ask to create a new sd card.
-如果失败,请尝试手动创建具有该名称的文件以检查权限.
-if it fails, try to create manualy a file with that name to check premissions.
祝你好运
这篇关于Eclipse 64 位 - Android 虚拟设备管理器无法创建 SD 卡的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!