0

Hi i have one uart or usb to ttl cable , now i want to connect android thing (Raspberry Pi) to my android Studio for serial debugging , Without using wireless Or wired network connection with Android thing board. But when i run android thing app from android studio , android thing board didn't shown.

enter image description here

Onik
  • 19,396
  • 14
  • 68
  • 91
MaYuR Solanki
  • 279
  • 1
  • 3
  • 9
  • [Android Things: ADB over USB on Raspberry Pi](https://stackoverflow.com/q/44241668/3290339) – Onik Oct 25 '17 at 21:20

1 Answers1

2

The Raspberry Pi/Android Things does not support ADB over UART serial.

Nick Felker
  • 11,536
  • 1
  • 21
  • 35
  • @MaYuR Solanki, in addition to the Nick's answer, when [connected to serial console](https://stackoverflow.com/q/43554006/3290339) you can only read your app's logs (with `logcat`) and, of course, do all the other `shell` "stuff". – Onik Oct 18 '17 at 19:26
  • https://developer.android.com/things/sdk/pio/uart.html – MaYuR Solanki Oct 21 '17 at 13:47