1

I have created a virtual device by genymotion, but android studio is unable to find the device.

I have started the device by virtual box. I also tried killing the adb server. But none of the things worked.

Maansi
  • 47
  • 10

1 Answers1

1

This might be due to the fact that you haven't installed genymotion plugin properly. So you need to install this plugin in Plugin section of Android Studio. 1) Start a device from geynymotion. 2) Click on Run-> Edit Configuration in Android Studio. Genymotion's device will be available now.

Divya
  • 93
  • 9
  • I can't find "Deployment target option" in edit configuration – Maansi Sep 16 '19 at 14:09
  • It should be available by adding the plugin. You got to find another way if it doesn't work. And, you won't find the deployment target option in edit configuration..! – Divya Sep 18 '19 at 18:05