1

My phone ( Pixel 3xl) is detected by the connection assistant on Android Studio. However, if I try to press run, Android Studio states that no connected devices are found. I have already enabled developers option on my phone. I have also tried changing the USB connection from PTP, MIDI, USB tethering and File transfer. However, none of them seem to work. What could be the issue here?

enter image description here

Edit: I have also ran adb devices and it displays my phone. However, I still cant run it on Android Studio

enter image description here

Richard Ding
  • 382
  • 3
  • 16

1 Answers1

1

Press shift button twice. A dialog box with search bar will appear, then type Logcat(Alt + 6). A window will which will look like this :- enter image description here Connect the phone and make sure you are able to see your phone on the top left corner. Still not solved your problem then you can type:

adb kill-server

and then

adb start-server

Or try this link

Nadeem Shaikh
  • 1,160
  • 9
  • 17