增加Android模拟器的内存容量? [英] Increasing the memory capacity of the android emulator?

查看:109
本文介绍了增加Android模拟器的内存容量?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在Android模拟器的内存容量增加多少?我有一个16MB的二进制文件,我要解析。但是,当我执行第二次这样说的:

How can the Android emulator's memory capacity be increased? I have a 16MB binary file which I have to parse. But when I execute a second time it says:

Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE.

可有人帮忙吗?

Can anybody help please?

推荐答案

要总结(并澄清),在Eclipse中,进入运行配置。你可以发现,通过右键点击你的项目,然后单击运行,然后在运行配置。选择目标,然后选择preferred模拟器目标发动。然后,在其他仿真器的命令行选项,补充一点:

To summarize (and clarify), in Eclipse, go to "run Configurations". You can find that by right clicking on your project and click on "Run" and then "Run Configurations". Select "target", and select a preferred emulator target to launch. Then under "additional emulator command line options," add this:

-partition尺寸1024

-partition-size 1024

然后点击应用并运行。

这篇关于增加Android模拟器的内存容量?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆