52ky 发表于 2022-6-15 20:34:55

Android模拟器使用SD卡.pdf

1.创建图像文件
使用cmd进入android SDK的Tools目录,执行mksdcard创建。比如我的工具目录是:E:\skyland\android-sdk-windows-1.0_r2\tools>;
然后:E:\skyland\android-sdk-windows-1.0_r2\tools>mksdcard 128M sdcard.img
第一个参数是要创建的sdcard的容量(容量自己确定),第二个参数是sdcard的名字 2.用sdcard启动Android模拟器

(1. create an image file
Use CMD to enter the tools directory of the Android SDK and execute mksdcard creation. For example, my tool directory is e:\skyland\android-sdk-windows-1.0_ r2\tools>;
Then: e:\skyland\android-sdk-windows-1.0_ r2\tools> mksdcard 128M sdcard. img
The first parameter is the capacity of the sdcard to be created (the capacity is determined by itself). The second parameter is the name of the sdcard 2 Start Android simulator with sdcard)




页: [1]
查看完整版本: Android模拟器使用SD卡.pdf