Created
April 3, 2013 00:06
-
-
Save ricardoalcocer/5297343 to your computer and use it in GitHub Desktop.
Increase data partition size on Android Emulator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Open AVD configuration file: | |
$ open -a TextEdit ~/.android/avd/titanium_16_HVGA_x86.avd/config.ini | |
Change/Add the line: | |
disk.dataPartition.size=0 to disk.dataPartition.size=512m | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment