How do I connect my Raspberry Pi 3 running Android Things to a wifi network?
问题 I have flashed my Raspberry Pi 3 with the Android Things image, I have not been able to connect it to my wifi network. I have run adb devices but I get no response. 回答1: Take a look at this question: connect to Raspberry Pi 3 using adb The Raspberry Pi isn't a USB device, the USB connection is just for power, so it won't show up in adb devices . You have to connect it to a network first then use adb connect . 回答2: In short, you have to connect it to network using Ethernet and then follow the