Android Studio: You must specify a path to Genymotion folder to use this feature

后端 未结 11 2126
北恋
北恋 2020-12-29 01:01

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.

相关标签:
11条回答
  • 2020-12-29 01:52

    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.

    0 讨论(0)
  • 2020-12-29 01:52

    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 讨论(0)
  • 2020-12-29 01:53

    Simply write

    C:\Program Files\Genymobile\Genymotion

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

    0 讨论(0)
  • 2020-12-29 01:55

    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

    0 讨论(0)
  • 2020-12-29 01:58

    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.

    0 讨论(0)
提交回复
热议问题