1) Using terminal goto your tools folder
-- cd ~/myandroid/tools
2) make an sdcard (lets put it on our Desktop)
mksdcard 2147483648 ~/Desktop/sdcard.img
3) The beauty of mac is that i knows how to mount files when it sees it's mountable, on our ubuntu guide we need the help of losetup, here just go to the file and double click it. It will be mounted and you can do anything with it (drag,copy,paste) as long as finder can do it.
4) Last final step is to mount our sdcard to our emulator, on eclipse, goto
Run > Run Configuration > Target Tabs > Additional Emulator Command Line Options
* Type the following
-sdcard /Users/almondmendoza/Desktop/androidsdcard.imgReplace almondmendoza with your login name
1 comments:
[...] This is a tutorial on how to emulate a sdcard on google android. This tutorial is a bit advance and is done in Ubuntu. I hope this can help android developers and fasten up your development. Update: For Mac users please see this post http://almondmendoza.com/2008/12/26/sdcard-on-google-android-in-mac/ [...]
Post a Comment