Connecting Raspberry Pi running Android Things to wifi
问题 I've been trying to connect to my Raspberry Pi running Android Things to wifi but to no avail. I've followed this guide to connect to Wifi. I had connected my Pi via ethernet port to get the IP address and then was able to connect via adb connect Android.Local . But when starting the WifiSetupService via the below command adb shell am startservice \ -n com.google.wifisetup/.WifiSetupService \ -a WifiSetupService.Connect \ -e ssid <Network_SSID> \ -e passphrase <Network_Passcode> and then