Is ther any collision between Genymotion and hardware device on Android studio?

前端 未结 1 1339
耶瑟儿~
耶瑟儿~ 2020-12-07 06:18

Is there any collision between Genymotion and hardware device on Android studio?? Yesterday, I tested my android phone as a debug machine on android studio.

相关标签:
1条回答
  • 2020-12-07 06:42

    There is no collision between Genymotion and hardware devices. But Genymotion does come with its own copy of adb which introduces potential adb client/server mismatch possibility. So just delete the adb binary from the genymotion\tools folder (you may need to kill all running adb processes first) and you should be ok.

    0 讨论(0)
提交回复
热议问题