Android Studio doesn't see genymotion

后端 未结 10 1536
心在旅途
心在旅途 2020-12-07 23:52

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

10条回答
  •  执念已碎
    2020-12-08 00:43

    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

提交回复
热议问题