-1

I have been trying to run my application in my Samsung device. But Android Studio doesn't show my phone. It doesn't even show the choosing option.

I can access my phone from my computer. USB debugging is also on.

I have tried killing and starting the adb server as i found it online but nothing seems to work. This is what it shows when I click the run button

enter image description here

Can any one help me with this?

m0sa
  • 10,712
  • 4
  • 44
  • 91

1 Answers1

-1

When you connect the phone to your computer, use the Connect as camera option on your Samsung phone. Your Android Studio will be able to now detect your phone.

Go to Settings > USB Computer Conneciton > Select Camera(PTP)

Make sure your Developers Console is turned on. Also, USB Debugging must be turned on.

Sajib Acharya
  • 1,666
  • 5
  • 29
  • 54