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

后端 未结 11 2125
北恋
北恋 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:36

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

    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

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

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

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

    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

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

    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

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

    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.

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