3

The virtual device seems to be running but its status is stuck on booting so I can't install GApps (which I need to test some app) also it doesn't appear in the list of devices in Android studio.

screenshot of Genymotion virtual device

I found this workaround to manually connect adb to Genymotion, but I still have an issue with GApps how can I install them?

questionasker
  • 2,536
  • 12
  • 55
  • 119
potato
  • 73
  • 2
  • 6

2 Answers2

0

I have had this same issue previously. However, what I did was that I closed Genymotion, reopen it and restarted the device.Then went to Android Studio and run the app. You should then see the device under 'Connected Devices'. You should be able to see your design on the emulated device.

Candice Dick
  • 109
  • 1
  • 16
-1

I was having the same problem, what worked for me was running:

adb devices

If that doesn't work, try running

adb kill-server  
adb start-server
yasin
  • 1,297
  • 3
  • 17
  • 36