Address: http://www.cnblogs.com/TerryBlog/archive/2010/06/26/1765910.html
SD card for Android Simulators
In this example, you can directly specify the music file in the SD card for operations. How can we use the SD card in the android simulator?
- 1. You can come to csdn here to read his article http://blog.csdn.net/ligaoyang/archive/2009/08/25/4484046.aspx
- 2. Use Android SDK and AVD manager directly without dos operations to create an SD card when creating AVD. You can try it by yourself.
After creating the SD card, how can I import the file into the SD card for the simulator to use?
- 1. Start the program and run the simulator.
- 2. In eclipse, select the file explorer tab in the ddms window.
- 3. If you created an AVD along with the SD card or the SD card you created using the doscommand, a "sdcard" folder will be displayed in file explorer, and you will select it, the two arrows in the upper right corner become available, the right arrow is import, and the left arrow is export.