如何加大对Android 4.0的模拟器图像内存? [英] How to increase internal memory for Android 4.0 Emulator images?

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

问题描述

免费的内部存储器是在Android 4.0稀疏,因为系统中占有相当一些空间。这限制了可以安装应用的数量。

Free internal memory is sparse on Android 4.0, because the system occupies quite some space. This limits the number of apps one can install.

那么,我们如何才能增加内存?

So, how can we increase the internal memory?

在该对话框用于创建新的自动真空淀积系统,我没有看到它的选项。我错过了什么?我尝试了一些的分区大小的选择,但它不会影响到内部存储器或在引导过程模拟器挂起。

In the dialog for creating new AVDs, I didn't see an option for it. What did I miss? I tried some of the partition size options, but it won't affect the internal memory or the emulator hangs during boot.

推荐答案

greenrobot

greenrobot

我找不到在UI该选项要么。
但是你可以从命令行模拟器,并指定一个参数的大小。
例如:

i couldn't find that option in the UI either. but you can start the emulator from the command line and specify the size with a parameter. e.g.:

emulator-arm.exe -partition-size 123 -avd myandroid4

我的路径模拟器exe文件是C:\\ Program Files文件(x86)的\\ Android的\\ Android的SDK \\工具\\
取代123与你想要的分区大小和myandroid4与您的AVD

for me the path to the emulator exe is "C:\Program Files (x86)\Android\android-sdk\tools\" replace "123" with your desired partition size and "myandroid4" with the name of your AVD

开始我AVD的自由空间为应用后表现出所需的值。
但我没有尝试将数据写入到它。

after starting my avd the free space for apps showed the desired value. but i didn't try to write data into it.

顺便说一句,你还可以创建一个快捷方式到emulator.exe所以你不需要到要启动AVD每次启动SDK管理器。

btw you can also create a shortcut to the emulator.exe so you dont need to start the SDK Manager every time you want to start an avd.

请告诉我,如果是为你工作。
问候
埃里克

please tell me if that worked for you. regards erik

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

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