Skip to content

Instantly share code, notes, and snippets.

@omegasoft7
Last active January 12, 2018 13:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save omegasoft7/ec2285ae5a873d6f780b to your computer and use it in GitHub Desktop.
Save omegasoft7/ec2285ae5a873d6f780b to your computer and use it in GitHub Desktop.
Change Android Emulator Storage Size
# Navigate to AVD
cd ~/.android/avd/Nexus5
# Delete old image
#rm userdata-qemu.*
# Re-size the image
e2fsck -f userdata-qemu.img
resize2fs userdata.img 512M
# Fix problems
tune2fs -e continue userdata-qemu.img
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment