📜  我的设备未显示在 adb devies 列表中 - 无论代码示例

📅  最后修改于: 2022-03-11 14:55:01.849000             🧑  作者: Mango

代码示例1
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.