📅  最后修改于: 2022-03-11 14:55:01.849000             🧑  作者: Mango
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.