Skip to content Skip to sidebar Skip to footer

Android Studio Unable To Find Genymotion Device

Been trying to load a test Android app onto my Genymotion VM for awhile now. My issue is, I have been unable to get the Genymotion device to show up in the 'connected devices', eve

Solution 1:

You would have to do the port forwarding on the gennymotion for it to be detected.

adb connect XXX.XXX.XXX:PORT

Discussion about it

Forwarding can be done for gennymotion... Here's a link

Explantion about this forwarding thing...

The forwarding port number

See this above image, it has the host port(Operating system) and the Guest port(Its the Genny motion).So we tell to the Virtual box to forward all connections of Genny's internal port to the OS port.

Post a Comment for "Android Studio Unable To Find Genymotion Device"