Why is Android Studio in VirtualBox unable to use a phone it is connected to?

Viewed 16

I'm running Android Studio on a Kubuntu virtual machine in VirtualBox. My phone is connected through a usb cable. Developer mode is enabled. The phone appears in Android Studio, as you can see below.

But somehow I can't run an app on it. Is it possible Windows is somehow hoarding the connection, and that I can free it? Not sure what else to try.

enter image description here

1 Answers

Plugging the cable out and in again seems to have fixed it

Related