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 :
- check whether USB debugging is enabled
- check sony xperia USB drive (I installed it from websites, and reinstalled it automatically after conneting my device)
- reset Android device monitor
- reboot my phone
- reboot my computer
- plug on/off usb cable
There is no collision between Genymotion and hardware devices. But Genymotion does come with its own copy of
adb
which introduces potentialadb
client/server mismatch possibility. So just delete theadb
binary from thegenymotion\tools
folder (you may need to kill all runningadb
processes first) and you should be ok.