Heisenberg
Heisenberg

Reputation: 23

Why android studio cant detect my phone for debugging?

Ive get started learning android development and I have this problem that when I connect my phone(samsung s4) for debugging its wont appear on the 'Select Deployment Target' dialog box. I hope you can help me fix this problem.

Question is:

How to debug with external device?

Upvotes: 2

Views: 1042

Answers (2)

Zoe - Save the data dump
Zoe - Save the data dump

Reputation: 28228

Did you remember to activate USB debugging?

To activate it, open settings -> about device(can be about phone or about tablet) -> tap "Build number" a few times until a toast comes up that says "You are now a developer".

You will get toasts saying "You are now X steps away from being a developer".

WHen it reaches 0, you will not see that message, you will see "You are now a developer" and can access the developer settings.

From there, go into the developer settings, find and activate USB debugging.

-- ALSO SEE --

this

this(youtube)

UPDATE

If you have activated USB debugging AND it still doesn't show up, see if the drivers are installed. When I got my S6 and tried to connect it, it wouldn't show up anywhere. For me, the solution was to open WIndows Update and download the driver that now showed up there.

Also see this

Upvotes: 1

Kiran Benny Joseph
Kiran Benny Joseph

Reputation: 6813

There are several possible solutions first you should enable usb debugging

Solution 1

go to

About device=>tap 7 times on build number=>you are now a developer

go to

settings => developer options => enable usb debugging

Solution 2

download samsung driver for samsung galaxy phones

and try again

Upvotes: 2

Related Questions