Android Studio doesn't see genymotion

Sevket picture Sevket · Dec 3, 2014 · Viewed 46.7k times · Source

I updated 0.5 to 0.8.14 version of android studio , but now studio doesn't see genymotion , what I must do now ? Thanks for all .

Edit :I solved the problem by updating genymotion too

Answer

Christian Göllner picture Christian Göllner · Dec 3, 2014

Genymotion by default uses it's own ADB binary. If it has a different version than the one Android Studio is using, they can conflict and you get lots of issues. One of them can be Genymotion not being detected, and problems deploying apps.

I would recommend setting Genymotion to use the ADB/Android SDK that Android Studio is also using, instead of using the default one. That way you will avoid conflicts on future updates.

enter image description here