Search code examples
android-studiogenymotion

Where's genymotion path for android studio in Arch Linux?


I set it to /home/user/.Genymobile/Genymotion, but android-studio still can't find it. I've googled and can't find people talking about this topic (linux). The official guide said the path is /home/<user>/genymotion and I don't have that path. So where is it?

INFO: I'm running Arch Linux


Solution

  • I don't know where Arch usually puts installed packages, so I suggest you try to find the directory using the find command in the following places:

    find /opt/ -iname *genymotion*
    find /usr/ -iname *genymotion*
    find /home/ -iname *genymotion*