Where does the Android Emulator store the SD-Card files?

后端 未结 2 1130
盖世英雄少女心
盖世英雄少女心 2021-01-18 07:59

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

相关标签:
2条回答
  • 2021-01-18 08:13

    the path usually is /mnt/sdcard

    0 讨论(0)
  • 2021-01-18 08:28

    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.

    0 讨论(0)
提交回复
热议问题