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


i set /home/user/.genymobile/genymotion, android-studio still can't find it. i've googled , can't find people talking topic (linux). official guide said path /home/<user>/genymotion , don't have path. it?

info: i'm running arch linux

i don't know arch puts installed packages, suggest try find directory using find command in following places:

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

Comments

Popular posts from this blog

Java 8 + Maven Javadoc plugin: Error fetching URL -

android - How to delete or change the searchview icon inside the SearchView actionBar? -

c++ - Msgpack packing bools bug -