How to create SD card to use in Android Studio's emulator?

前端 未结 6 2075
抹茶落季
抹茶落季 2021-02-20 09:32

I need to download mp3 files to an sd card in Android Studio and then read them, firstly, how can i create an SD card for my emulator? Secondly, how can I add files to it? I\'m

6条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-02-20 10:15

    I suggest you use Genymotion for this its working awesome.

    Here is the brief:

    Go to your VirtualBox VM setting / Shared folder tab.

    Add a shared folder with the folder you want to share, and check the "auto mount" option.

    Start your VM as usual from the Genymotion software.

    Your shared folder is available in the /mnt/shared directory (multiple shared folders are supported)

    Accessing files from Genymotion sd card

提交回复
热议问题