本文介绍了无法建立在Eclipse中的Android模拟器的SD卡的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我无法创建我的Android模拟器的SD卡。我听说,你必须使用mksdcard工具,就像这样:
I'm having trouble creating an SD card for my Android emulator. I've heard that you have to use the mksdcard tool, like this:
mksdcard -l mysdcard 128M sdcard.img
mksdcard -l mysdcard 128M sdcard.img
不过,我不知道在那里我应该在键入此,我试了一下打字进入底部的控制台,但它是只读的并且不接受输入。此外,当我尝试在Windows命令行中输入这个,我得到一个错误。
However, I'm not sure where I'm supposed to type this in. I tried typing it into the console at the bottom, but it's read-only and doesn't accept input. Also, when I try to type this in the Windows command line I get an error.
推荐答案
这为我工作。我希望它为你工作了。
This worked for me.. I hope it works for you too.
- 开启Android虚拟设备管理器
- 选择您的模拟器
- 编辑您的模拟器
- 指定你的SD卡1024MB大小
- 在硬件选项单击新的属性添加支持SD卡:是(值)
- 启动模拟器,在Eclipse窗口 - > showview->其它 - > android->文件浏览器
- 在文件管理器中打开mnt-> SD卡,并使用pushfile按钮插入您的文件和图像
- 完成
这篇关于无法建立在Eclipse中的Android模拟器的SD卡的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!