How to install SD card on Android emulator (1.6)

后端 未结 5 1869
走了就别回头了
走了就别回头了 2021-01-06 02:58

I want to install SD card on android emulator(1.6). I am using Eclipse 3.4.0

I found one command to install SD card:

mksdcard

But where to execute

5条回答
  •  误落风尘
    2021-01-06 03:41

    From the command line you can do the following Go to the /tools folder of the sdk

    Create Android profile with SD card

    android.bat create avd -n jonas2 -t 1 -c 256M
    

    Start Emulator

    emulator.exe -avd jonas2
    

提交回复
热议问题