0

While the phone is connected via USB to the laptop, I ran adb devices to check if adb communicates with the phone. However, no devic

PS C:\Users\Thinkpad\AppData\Local\Android\Sdk\platform-tools> .\adb.exe devices
List of devices attached
* daemon not running; starting now at tcp:5037
* daemon started successfully

PS C:\Users\Thinkpad\AppData\Local\Android\Sdk\platform-tools> .\adb.exe devices
List of devices attached

On the phone, I have set Use USB to to Transfer files.

How can I fix that?

mahmood
  • 23,197
  • 49
  • 147
  • 242

1 Answers1

1

Turn on "USB Debugging" in the "Developer Options" area of Settings.

If you do not see "Developer Options", go into "About phone" in Settings and tap seven times on the "Build number", which will unlock "Developer Options".

Hope it helps.

Sandeep Parish
  • 1,888
  • 2
  • 9
  • 20