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.
Asked
Active
Viewed 678 times
0
-
[Android Things: ADB over USB on Raspberry Pi](https://stackoverflow.com/q/44241668/3290339) – Onik Oct 25 '17 at 21:20
1 Answers
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
-