【发布时间】:2017-10-08 05:18:39
【问题描述】:
当尝试通过serial console 连接到Android Things 时尝试执行./adb shell 或adb shell,我分别得到./adb: not found 和adb: not found。
【问题讨论】:
标签: adb android-things
当尝试通过serial console 连接到Android Things 时尝试执行./adb shell 或adb shell,我分别得到./adb: not found 和adb: not found。
【问题讨论】:
标签: adb android-things
我通过串口连接到我的 raspberry 3
Once you got serial console connected 你已经“shell”-ed in,这意味着不需要为(进一步)连接执行adb。
此外,Android Things 的 /system/bin 下缺少 adb 二进制文件(至少现在)。这就是你得到adb: not found的原因。
总结一下,当连接到串行控制台时,您应该执行命令没有adb 或adb shell。
【讨论】: