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?
Raspberry Pi broadcasts the hostname Android.local over Multicast DNS. So, if your PC supports MDNS, you can config like this link.
And this is document for mDNS