Recently I was looking at the Android-Things
SDK, and I have installed it on my Raspberry Pi device.
To connect Raspberry Pi with ADB I have used:
adb connect <ip address>:5555
But then I have found something like this:
adb connect Android.local
By searching lot of things on Google I have not found anything related to Android.local. Is there any documentation about this or not?
Also on operating systems like Windows that doesn't support mDNS out of the box you can install the Bonjour Service developed by Apple. The Bonjour Service provides a new command line tool for mDNS requests called dns-sd. Execute the following command to search for your Android Things device:
The tool doesn't terminate and will continuously print out all devices with the passed FQDN. I connected my Raspberry Pi over Ethernet and WiFi. Because of that I get two addresses:
Also changes will be tracked like a link down of my WiFi connection: