Skip to content

Instantly share code, notes, and snippets.

@dodyw
Created July 5, 2013 07:52
Show Gist options
  • Save dodyw/5932767 to your computer and use it in GitHub Desktop.
Save dodyw/5932767 to your computer and use it in GitHub Desktop.
Create android vd and add writeable sdcard
android create avd -n my_avd -t 7
mksdcard -l e 512M mysdcard.img
emulator -avd my_avd -sdcard mysdcard.img
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment