问题描述
我想创造我的第一个AVD为Android 4.0.3以下教程的,但我得到的错误消息:
I'm trying to create my first AVD for Android 4.0.3 following the tutorials, but I'm getting the error message:
[2012-05-09十点46分29秒 - SDK管理器]无法找到userdata.img文件ABI armeabi复制到AVD文件夹
我试图解决:
- 在我尝试了Android 4.0,现在我更新到4.0.3,问题是一样的。
- 我重新安装了Eclipse插件两次4.0和两次4.0.3,而行为不会改变。
- 我下载了Eclipse的Java一遍,到另一个文件夹,并安装该插件。的行为是相同的。
文件< SDK>。/system-images/android-15/armeabi-v7a/userdata.img
的存在,这是一个4MB的文件,只读
The file <sdk>/system-images/android-15/armeabi-v7a/userdata.img
exists, it's a 4mb file, read-only.
相关问题:如何创建一个AVD为Android 4.0 - 答案没有在这里工作。
Related question: How to create an AVD for Android 4.0 - the answer didn't worked here.
我运行Eclipse靛蓝服务版本2版本ID:20120216-1857在Ubuntu 11.10
I'm running Eclipse Indigo Service Release 2 Build id: 20120216-1857 on Ubuntu 11.10.
推荐答案
请确保您有所有安装了最新的文件。转到Eclipse中的SDK管理器(WINDOW / SDK管理器)。确保所有文件都显示已安装。
Make sure you have all of the latest files installed. Go to the SDK manager in Eclipse (WINDOW/SDK Manager). Make sure all of the files show "installed".
这篇关于如何创建一个AVD为Android 4.0.3? (无法找到'userdata.img“)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!