You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-hub/iot-hub-how-to-android-things.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,13 +65,13 @@ A device must be registered with your IoT hub before it can connect. In this qui
65
65
adb devices
66
66
```
67
67
68
-
3. Download our sample for Android/Android Things from the [Microsoft Azure IoT SDKs for Java repository](https://github.com/Azure/azure-iot-sdk-java/) or use Git to clone the repository as shown in the following example.
68
+
3. Download our sample for Android/Android Things from the [Microsoft Azure IoT SDKs for Java repository](https://github.com/Azure/azure-iot-sdk-java/#samples) or use Git to clone the repository as shown in the following example.
4. In Android Studio, open the Android Project from the "\azure-iot-sdk-java\main\device\iot-device-samples\android-sample" folder in your copy of the repository.
74
+
4. In Android Studio, open the Android Project from the *\azure-iot-sdk-java\device\iot-device-samples\android-sample* folder in your copy of the repository.
75
75
76
76
5. Open gradle.properties file, and replace "Device_connection_string" with your device connection string noted earlier.
0 commit comments