Accessing files from genymotion sd card Accessing files from genymotion sd card android android

Accessing files from genymotion sd card


You can use shared folder for that. It is well explain on this Google+ post.

Here is the brief:

  • Go to your VirtualBox VM setting / Shared folder tab
  • Add a shared folder with the folder you want to shared, 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)


This is also possible using the Android Device Monitor.You already have this if you have the Android SDK installed.This method works for all connected devices, including emulators like genymotion.

In Android Studio, click the icon that says Android Device Monitor in the toolbar. Android Device Monitor(This is also available from Eclipse or you can just type monitor in the command line after moving to the tools folder of your installed sdk)

In the Android Device Monitor, go to the File Explorer tab.File Explorer tabMake sure you have a device selected on the left side.

Find the desired file and select it.Find the desired file.For the sdCard you might need to open the storage folder and open the sdcard there.

Click the button on top that says "Pull a file from the device".Pull a file from the deviceMake sure you select Pull, not Push. Unless if you want to put new files on your device ofcourse.

Save the file to your computer...Save file to computerand voila! The file from your genymotion is now among your other files on your computer. Ready to be used however you like.


Or alternatively you can also use a third party app like airdroid or any advanced file explorer to exchange files between your device and your computer.(For installing third party apps you either need to find the apk or flash gapps on your genymotion first and go to the play store.)


Another way that I adopted, just install EsFileEx on genymotion.Grab your files that you want to copy from e.g

/sdcard/WhatsApp/media/dp.jpeg 

Swipe to LAN, here you can see your local machine as 10.0.3.2 or any IP. Here you can access your shared folder/drive of local machine/PC, past copied file here and you done!

NOTE! R/W permission should be set on shared folder/drive of local machine/PC