Android Studio doesn't see genymotion

后端 未结 10 1527
心在旅途
心在旅途 2020-12-07 23:52

I updated 0.5 to 0.8.14 version of android studio , but now studio doesn\'t see genymotion , what I must do now ? Thanks for all .

Edit :I solved the problem by

相关标签:
10条回答
  • 2020-12-08 00:24

    When I updated Android Studio to 3.4, same problem is occured in my system.

    1. Open Genymotion program,
    2. Click "Genymotion" text on the upper left corner,
    3. "Settings" --> "ADB" --> check "Use Genymotion Android Tools (default)"
    4. Restart Genymotion program.

    0 讨论(0)
  • 2020-12-08 00:24
    • Go to Genymotion → Setting → ADB → Use Custom Android SDK tools (C:\Users\{username}\AppData\Local\Android\Sdk).
    • Go to Android Studio → Search for "Genymotion Device Manager" → Specific the part for Genymotion (C:\Program Files\Genymobile\Genymotion).
    • Go to Android Studio → View → Appearent → Toolbar.
    0 讨论(0)
  • 2020-12-08 00:31

    You MUST install the plug-in for Genymotion first, click the "File" tab locate the "Plug-in" option, down the bottom, search for Genymotion, then install. After the installation, you need to restart Android Studio, after that, you will see the Genymotion icon near the "Sdk Manager" icon, click on it, then just specify the location of your Genymotion installation. Also, make sure you have "Oracle Virtual Box" installed in order to use Genymotion, it is a requirement.

    Edit- enter image description here

    Then your genymotion virtual machines come up, click the one you want (I think it has to be off for start to be clickable/not greyed) then click start,

    enter image description here

    then click that green Play icon near the centre of the button bar below the menu bar, then the genymotion virtual machine should appear listed under 'running devices'. highlight it and click ok, and it should launch and show your program.

    enter image description here

    0 讨论(0)
  • 2020-12-08 00:31

    Open Genymotion Shell,use command line devices list will show the enter image description here then in cmd use command line adb connect IP address.if not show devices in studio.maybe restart studio.

    0 讨论(0)
  • 2020-12-08 00:36

    I have faced this problem once. I must connect it to adb server manually and it worked fine! just follow these steps:

    1- open your emulator

    2- after running, open oracle vm virualBox manager app

    3- double click on your running emulator. you will see Ip management value. that's the emulator local ip address

    4- go to your sdk manager path, then platform-tools directory

    5- open cmd on this directory (or use cd command)

    6- run adb connet ipAddress:5555

    after that you will see connected to ip address text on the screen. go back to android studio and you see adb has appeared!

    0 讨论(0)
  • 2020-12-08 00:38

    first install genymotion plugin and restart and android studio.After the restart you will see genymotion device manager icon near sdk manager icon select it and add the path where u have genymotion folder.If u didn't see the icon then search for genymotion device manager u will get it

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