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

房东的猫 提交于 2019-11-26 23:43:21

问题


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. It worked perfectly. However, today, after installing genymotion and run my project on it, Android studio couldn't detect my phone....

I followed these steps :

  1. check whether USB debugging is enabled
  2. check sony xperia USB drive (I installed it from websites, and reinstalled it automatically after conneting my device)
  3. reset Android device monitor
  4. reboot my phone
  5. reboot my computer
  6. plug on/off usb cable

回答1:


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.



来源:https://stackoverflow.com/questions/39446178/is-ther-any-collision-between-genymotion-and-hardware-device-on-android-studio

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!