Add Snippet |
Create an sdcard from the command line
raw · copy · download/* * In your system terminal/shell */ /location/of/android-sdk/tools/mksdcard 256M /location/of/sdcard /* * In your android runtime configuration */ -sdcard /location/of/sdcard
Preview
Editors
Tags
Related Snippets
Check for existence of an SDCard
viewing all files from sdcard
Image Manager to handle SDCARD Image Saves and Gets
Show an image file on the SD card in a view
Be the first to comment