After installing android studio, I installed ADB as well. However, for some reason ADB doesn\'t detect my device. To make a note I think I have done all the basic stuff I fo
Make sure no other services are trying to access the device via adb. For me, I was using chrome inspect for checking the network requests. When I closed that window studio automatically detected the device.