None of the Genymotion Emulator are showing up under connected devices in Android Studio

假装没事ソ 提交于 2019-12-03 22:33:04

The reason is, ADB does not connect with the Genymotion virtual device. That is a bug of Genymotion actually. So you have to manually do that. Refer this to do it manually. And also you will have to install the plugin for Android Studio as well. Refer this to install the plugin.

You can find the IP of the virtual device in the device's window.

I got same problem and now, I fixed it.

  1. Make sure Genymotion to be installed. If not, please download genymotion file to install, such as: genymotion-3.0.2-linux_x64.bin. Following:

    https://linuxhint.com/install_genymotion_android_emuator_ubuntu/

  2. Choose Custom android sdk tools in genymotion

    $ cd ~/genymotion

$ ./genymotion

now, genymotion window will be shown Genymotion window

Then click Genymotion > Settings > ADB , choose Use custom android sdk tools and click to Browse to android sdk folder. After this, you will see "This folder is valid"Genymotion ADB Settings

  1. Install genymotion in android studio and browse to genymotion folder Open android studio, click File > Settings > Plugins , search "genymotion" and click install to download and install genymotion. genymotion plugin click Apply and OK .

After that, open again File > Settings . you will see Genymotion in botton of window. choose Genymotion and browse to Genymotion folder [Genymotion folder4 , click Apply and OK Restart android studio, click View and choose Toolbar, you will see genymotion icon in toolbar. Now, you can create, open genymotion device and run project.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!