49

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.

I'm getting a warning saying that I must provide a path to Genymotion folder:

warning

Where is this folder located? I can not seem to find it in my Android Studio installation folder.

PLNech
  • 3,087
  • 1
  • 23
  • 52
Marcus
  • 6,697
  • 11
  • 46
  • 89

11 Answers11

104

For windows, the default path is C:\Program Files\Genymobile\Genymotion

On a Mac, you will find it here: /Applications/Genymotion.app

You have to enter it inside the Android Studio settings, under Genymotion section.

eyal-lezmy
  • 7,090
  • 3
  • 41
  • 35
  • 3
    Since this question is generating a lot of hits, I'd suggest that you include the Mac solution to this problem which can be found [here](http://stackoverflow.com/questions/28252690/android-studio-you-must-specify-a-path-to-genymotion-folder-to-use-this-feuture). Basically, the path on a Mac machine seems to be `/Applications/Genymotion.app` – Marcus Feb 23 '15 at 13:54
  • 1
    @eyal-lezmy i tried your path it didn't worked for me, I've downloaded and installed the Genymotion emulator plugin via the Plugin wizard in Android Studio on Windows and facing same issue, the path i mentioned after locating Genymotion plugin is `C:\Users\android-4\.AndroidStudio\config\plugins\genymotion-idea-plugin-20140326` but failed to configure. – Sunishtha Singh Apr 01 '15 at 07:53
  • also tried `C:\Users\android-4\.AndroidStudio\config\plugins\genymotion-idea-plugin-20140326\com\genymobile\genymotion` – Sunishtha Singh Apr 01 '15 at 08:03
  • 5
    These paths are not the Genymotion software path but the Genymotion Android Studio (IDEA) plugin path. Try to install Genymotion AND VirtualBox from this page: https://www.genymotion.com/#!/download#doc the link is "Get Genymotion" – eyal-lezmy Apr 01 '15 at 08:19
  • @eyal-lezmy thank a lot for your concerned responses, i tried it yesterday on my own. :) – Sunishtha Singh Apr 02 '15 at 07:33
  • 4
    I successfully installed the plugin from Android studio on Mac. But I didn't see any GenyMotion app inside "Applications" folder. – Satyam Oct 21 '15 at 13:02
  • 1
    DOESNT WORK FOR LINUX: Installed Genymotion plugin Android Studio from SDK manager. Cant get it to run, attempted to enter a folder name but Android Studio responded that it could not find Genymotion at said location. See my answer for more details. – tony gil Dec 26 '16 at 13:21
4

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

Victor Michael
  • 223
  • 3
  • 7
3

Not sure if anyone had the same problem but I received this same warning from Android Studio when clicking on the Genymotion Plugin warning me that

"You must specify a path to genymotion folder to use this feature"

The path was correct according to previous answers for a Mac but the problem was simply that the Genymotion plugin just needed to be updated. I went to Android Studio > Preferences > Plugins > Genymotion and selected update (This is on a mac) and the problem went away after I updated the plugin and restarted Android Studio. Hope this helps someone else with the same problem.

Vrezh Gulyan
  • 218
  • 3
  • 6
2

What to do:

  1. Open Genymotion itself (the round & pink icon on your desktop).

    1. Choose the "Settings" option from the upper menu.

    2. Choose the option "ADB" from the upper menu.

  2. 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

Community
  • 1
  • 1
Lipocodes
  • 39
  • 1
  • 3
2

On a Ubuntu, you will find it here: /home/user/opt/genymobile/genymotion

Dom Hoàn
  • 280
  • 4
  • 7
1

For Linux system :

  • though your genymotion is installed in "/usr/bin" folder its actually points to opt directory in root.
  • Use following path in android studio for genymotion : /opt/genymotion
0

If you are getting this error after clicking installed plugin then, its asking the path of your installed Genymotion. So please provide path where your Genymotion is installed.

In my case it was C:\Program Files\Genymobile\Genymotion

Siddhesh Shirodkar
  • 891
  • 13
  • 16
0

In Linux, the way to solve the issue is the re-run the command

sudo ./genymotion-x.x.x-linux_x64.bin

in the directory where your bin file is located. For instance, suppose that I download the Genymotion .bin file to install Genymotion, and it's in the Downloads folder. I can move it to my home folder and run the following commands to install it.

chmod +x genymotion-x.x.x-linux_x64.bin

sudo ./genymotion-x.x.x-linux_x64.bin

After running those commands, you may run into an issue where the genymotion folder needed to specify the path does not get created. If you try pressing CTRL + h in the directory where your .bin is located, you will find a hidden folder called .Genymobile. The Genymotion folder will be inside of that folder. Even if you were to specify the path to that folder as /home/<user>/.Genymobile/Genymotion, you would still get the error. If you re-run the command sudo ./genymotion-x.x.x-linux_x64.bin where your .bin file is located, it will create the genymotion folder, and you can specify the path as /home/<user>/genymotion if the .bin file is located in your home directory. Once you specify the path, you can press ok, and it should work.

0

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

Matt Sims
  • 553
  • 1
  • 5
  • 14
0

Simply write

C:\Program Files\Genymobile\Genymotion

It is the default path for the GennyMotion unless you have installed it somewhere else.

Irtaza fayaz
  • 383
  • 4
  • 11
-2

To install Genymotion plugin for Android Studio:

  1. In Android Studio, go to File/Settings (for Windows and Linux) or to Android Studio/Preferences (for Mac OS X)
  2. Select Plugins and click Browse Repositories.
  3. Right-click on Genymotion and click Download and install. To see Genymotion plugin icon, display the toolbar by clicking View > Toolbar.

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.

Community
  • 1
  • 1
Pratik Butani
  • 60,504
  • 58
  • 273
  • 437