I'm interested in deleting snapshots and caches on my Mac, can you guide me step by step?

High Confidence (75%)
How to Delete Snapshots and Clear Caches on Genymotion Desktop macOS Step by Step

Open Genymotion Desktop, delete unused snapshots and devices, and clear caches from Settings > Storage to recover space on your Mac. If you need a complete wipe, close Genymotion and delete local data folders with Terminal commands.

Detailed Steps (macOS)

1. Open Genymotion Desktop.

2. Delete individual snapshots or complete devices: in the launcher select the virtual device; to delete the entire device use right-click > Delete. This will free up the disk image used by that device.

3. Clear caches: go to Genymotion > Settings (Cmd + ,) > Storage; in the Caches section click CLEAR to empty them.

4. Delete stored media: in Settings > Storage > Other (Media folder) click OPEN and manually delete large videos/files you find in that folder.

5. (Optional and destructive) Total local data purge: close Genymotion and in Terminal execute:

  • rm -rf $HOME/.Genymobile
  • rm -rf ~/Library/Preferences/com.genymobile.Genymotion.plist
  • rm -rf ~/Library/Saved\ Application\ State/com.genymobile.genymotion.savedState

This will delete all configurations, snapshots, and local media. Use with caution and make a backup if necessary.

Sources: and

Do you want me to guide you step by step on your Mac while you do one of these steps and tell me which virtual device you want to clean?