2009年3月18日 星期三

mount sdcard on android emulator

首先必須產生SDCard的image file
mksdcard
ex:mksdcard 1024M sdcard.iso

讓SDCard連到Android Emulator
./emulator -sdcard ~/.android/SDK-1.0/sdcard.iso

透過adb傳收檔案到emulator
adb push
adb pull
ex:
adb push ~/mp3/audio.mp3 /sdcard/audio.mp3

進入emulator的shell
adb shell

沒有留言:

張貼留言