tags:

views:

190

answers:

2

How to increase the memory capacity of the Android emulator. i have 16MB binary file which i have to parse. but when i execute second time it says Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE.

can anybody help please.

A: 

If you're targeting 2.2 platform you may force your app to install on SD card.

Konstantin Burov