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.