Question

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.

Was it helpful?

Solution

greenrobot

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

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

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

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top