https://developer.android.com/studio/?hl=ko
https://developer.android.com/studio/releases/platform-tools.html?hl=ko
https://portal.azure.com/#home
az extension add –name azure-cli-iot-ext az iot hub device-identity create –hub-name {YourIoTHubName} --device-id MyAndroidThingsDevice
az iot hub device-identity show-connection-string --hub-name {YourIoTHubName} --device-id MyAndroidThingsDevice --output table
az iot hub show --query properties.eventHubEndpoints.events.endpoint --name {YourIoTHubName}
az iot hub show --query properties.eventHubEndpoints.events.path --name {YourIoTHubName}
az iot hub policy show --name service --query primaryKey --hub-name {YourIoTHubName}
https://partner.android.com/things/console
am startservice -n com.google.wifisetup/.WifiSetupService -a WifiSetupService.Connect -e ssid {WiFi ID} -e passphrase {WiFi password}
logcat –d | grep WifiConfigurator