Home > front end >  Android Studio does not see my physical device
Android Studio does not see my physical device

Time:01-09

I connected my phone to the computer, but Android Studio does not display it. The computer displays the phone but Android Studio does not. I tried to change phone and cable but nothing happens. I have already activated the debugging of the phone, but in any case the device does not appear on the list of available devices. Some advice?

CodePudding user response:

You Have to Enable Developer Options in your phone and from there enable the USB Debugging and when you reconnect the cable you will see a popup on your phone to allow debug session from the connected PC and say yes and you will be able to see your physical device in the device list.

To enable the Developer Options there are already many articles on the internet. in most cases you have to click your Build Number a bunch of times till you see a toast saying You Are Now A developer

CodePudding user response:

Check (Android Studio): Tools -> SDK Manager -> SDK Tools -> Google USB Driver. Must be installed.

  •  Tags:  
  • Related