2. Do ./mksdcard 64M YourSdCardName
3a. Run the emulator in Eclipse, do, or if you have Windows, follow this
- Run > Run Configurations
- Select the "Target" Tab
- Scroll down to "Additional Emulator Command Line Options" and add in
- -sdcard [Your full path to ]/tools/YourSdCardName
- Apply
- Run
3b. Run the emulator in the terminal:
./emulator -avd YourAndroidEmulatorName -sdcard YourSdCardName
No comments:
Post a Comment