Skip to content

Instantly share code, notes, and snippets.

@ricardoalcocer
Created April 3, 2013 00:06
Show Gist options
  • Save ricardoalcocer/5297343 to your computer and use it in GitHub Desktop.
Save ricardoalcocer/5297343 to your computer and use it in GitHub Desktop.
Increase data partition size on Android Emulator
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