查看资料

查看文件

今天把文件下下来去公司用

0. cmd

 

1.cd到c盘后 mksdcard 1024M sdcard.img

 

2.run-----RunConfiguations-----Android Application右侧的Target最下面的输入框输入-sdcard c:\sdcard.img

 

3.Window-------最后一项--------Android--------Launch右侧 为空的地方填写 -sdcard c:\sdcard.img

 

4.

cd到sdk路径的\tools后 输入:adb push c:\w.mp3 /sdcard/w.mp3

 

这样以后就能在android模拟器中的sd卡上看到w.mp3

 

http://blessdyb.iteye.com/