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

后端 未结 2 1150
盖世英雄少女心
盖世英雄少女心 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: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.

提交回复
热议问题