文章列表
大家好,我们今天要利用Android MediaPlayer
Step 1:preparation work.
mksdcard 512M sdcard.img
create a new avd named AndroidSdcard
push songs into sdcard(before you push,you make sure your avd is running,else the operation of push will not work):
adb push f:\music\1.mp3 /sdcard
Step 2: Layout UI de ...