Answers for "my device is not showing in the list of adb devies\"

0

my device is not showing in the list of adb devies\

turn on developer options on the android device.
enable check box for stay awake.
enable check box for USB debugging.
open cmd
got to platform tools adt tools here https://developer.android.com/studio.
adb kill-server
adb start-server
adb devices
Now we can see attached devices.
Posted by: Guest on September-13-2021

Code answers related to "my device is not showing in the list of adb devies\"

Browse Popular Code Answers by Language