📌  相关文章
📜  检查您的 ANDROID_SDK_ROOT 值 [C:\Users\92315\AppData\Local\Android\Sdk]! - 无论代码示例

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

代码示例1
Set adb devies path 
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.