Where does the Android Emulator store the SD-Card

2019-02-21 21:04发布

I want to make two emulators use the same SD-Card image. I automatically created a SD-Card in the first emulator and downloaded all the data to this SD-Card.

How can I load this SD-Card in another emulator? I don't want to recreate all the data on the SD-Card for every single emulator all the time.

2条回答
2楼-- · 2019-02-21 21:18

Got it.

The android tools create an .android folder in your users home folder. This folder contains an avd folder in which a separate folder for each virtual device exists. In each of this folders a file called sdcard.img should be present. This file contains the automatically created sd card image for this AVD.

查看更多
做个烂人
3楼-- · 2019-02-21 21:32

the path usually is /mnt/sdcard

查看更多
登录 后发表回答