jony
jony

Reputation: 277

Samsung Galaxy Phone is not recognized on Android Studio

My Samsung phone was not recognized by Android Studio on windows 7. I repaired it by installing the Samung Driver here: http://developer.samsung.com/technical-doc/view.do?v=T000000117

I tested with my Galaxy S2 and the Samsung S7560 and it works now

Upvotes: 29

Views: 33900

Answers (5)

Sam
Sam

Reputation: 11

Go to Settings->About phone->Sotware Information-> Tab Build Number 7 times. This will enable developer options.

Then go to Settings->Developer Options. Scroll down and Enable USB Debugging.

Now go to android studio and automatically device will be detected. If not refresh the device list

Upvotes: 0

Junaed
Junaed

Reputation: 1957

I solved in following way:

    Go to Settings->Developer options-> On top of the screen, turn on the button.

Now goto bottom on the debugging section.

    Now turn on USB debugging option

It will ask some questions if you want to allow the PC to this device, press allow all time!

Upvotes: 4

rtraees
rtraees

Reputation: 332

Here are few steps if your android phone create problem next time

  1. Make sure developer mode is enable
  2. Make sure Android studio is up to date
  3. Make sure Android Phone is also up to date

Upvotes: 2

Emre
Emre

Reputation: 81

Galaxy J7(2016) same problem solved when i go to software update section on phone. asked me to allow debug mode from this computer . Checked always trust this computer. and OK Note : Usb mode PTP

Upvotes: 1

Giancarlo Petrarca
Giancarlo Petrarca

Reputation: 21

I had the same issue when connecting a SM-T113 to a Windows 7 PC. The problem was solved by installing Smart Switch.

Upvotes: 2

Related Questions