You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception in thread "main" java.io.IOException: Command failed (host:transport:131xxxxxxx19J): device unauthorized.
This adb server's $ADB_VENDOR_KEYS is not set
Try 'adb kill-server' if that seems wrong.
Otherwise check for a confirmation dialog on your device.
at dadb.adbserver.AdbServer.send$dadb(AdbServer.kt:99)
at dadb.adbserver.AdbServerDadb.open(AdbServer.kt:137)
at dadb.adbserver.AdbServerDadb.<init>(AdbServer.kt:128)
at dadb.adbserver.AdbServer.createDadb(AdbServer.kt:52)
at dadb.adbserver.AdbServer.listDadbs(AdbServer.kt:81)
at dadb.adbserver.AdbServer.listDadbs$default(AdbServer.kt:60)
at dadb.Dadb$Companion.list(Dadb.kt:244)
at dadb.Dadb$Companion.list$default(Dadb.kt:243)
at LogcatKt.list(Logcat.kt:36)
The text was updated successfully, but these errors were encountered:
When you first connect your target device, you must authorize your phone. Usually, a dialog will show on your target device, you need to click "Allow", then you will have permission to control your target device by ADB.
The text was updated successfully, but these errors were encountered: