Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save aymardkouakou/fd9cd4478cdf7ef17a226f4c88289553 to your computer and use it in GitHub Desktop.
Save aymardkouakou/fd9cd4478cdf7ef17a226f4c88289553 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