I\'ve downloaded and installed the Genymotion emulator plugin via the plugin wizard in Android Studio. I\'m running Android Studio on a Windows machine.
For Linux system :
/opt/genymotion
make sure you have installed genymotion and virtual box then provide the link to genymotion location in windows by default is C:/program files/genymobile/genymotion
On a Ubuntu, you will find it here: /home/user/opt/genymobile/genymotion
In case it helps, when I needed to add the Genymotion install dir to my $PATH
environment variable on Mac OS X, I had to use the following path:
/Applications/Genymotion.app/Contents/MacOS
What to do:
Open Genymotion itself (the round & pink icon on your desktop).
Choose the "Settings" option from the upper menu.
Choose the option "ADB" from the upper menu.
Select "Use Android custon SDK tools". Put the following path inside "Android SDK": C:\Program Files\Genymobile\Genymotion
Why does it happen? you're getting the notice "You must specify a path to Genymotion folder to use this feature" because there's a bug in Genymotion working on Windows that misleads the Genymotion engine while trying to use the Android SDK.
Additional links:
Can't find Genymotion.app
To use this plugin, Genymotion must be installed on your system.
Or download and install manually the plugin genymotion-idea-plugin.jar (not recommended)
You have to give installed path of genymotion.
More Details You can Visit Official Genymotion Website.