I installed AndroidThings on Raspberry Pi 3. It boots up properly and showing IP address on display. Raspberry Pi 3 is connected to Ethernet. Next, on my laptop, I updated my Android SDKs to latest version. I am using SDK 25. Then I tried to connect to Pi 3 by following adb command:
adb connect IP address of Raspberry PI 3
It gives me error saying unable to connect.
I checked with adb devices command and it shows No Devices Attached.
I tried with both Windows 10 and Ubuntu and got the same error. I tried connecting my android phone using
adb connect IP address of android phone
and it ran perfectly.
I am not sure what I am missing with Pi 3. Any help is appreciated.
Just for information, my laptop is running on WiFi on same network.