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?
Android.local
or any other purpose of this ? – Naturalize