Increasing the memory capacity of the android emulator?
How can the Android emulator's memory capacity be increased? I have a 16MB binary file which I have to parse. But wh开发者_开发问答en I execute a second time it says:
Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE.
Can anybody help please?
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-size 1024
then click on apply and run.
If you're targeting 2.2 platform you may force your app to install on SD card.
精彩评论