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
@@ -120,7 +120,7 @@ The next step in building your application is to install the Azure Maps Android
120
120
121
121
:::image type="content" source="./media/quick-android-map/project-settings-file.png" alt-text="A screenshot of the project settings file in Android Studio.":::
122
122
123
-
1. Open the application **build.gradle** file and do the following:
123
+
3. Open the application **build.gradle** file and do the following:
124
124
125
125
1. Verify your project's **minSdk** is **21** or higher.
126
126
@@ -143,7 +143,7 @@ The next step in building your application is to install the Azure Maps Android
143
143
144
144
:::image type="content" source="./media/quick-android-map/build-gradle-file.png" alt-text="A screenshot showing the application build dot gradle file in Android Studio.":::
145
145
146
-
1. Add a map fragment to the main activity:
146
+
4. Add a map fragment to the main activity:
147
147
148
148
```xml
149
149
<com.azure.android.maps.control.MapControl
@@ -159,7 +159,7 @@ The next step in building your application is to install the Azure Maps Android
159
159
160
160
::: zone pivot="programming-language-java-android"
161
161
162
-
1. In the **MainActivity.java** file you'll need to:
162
+
5. In the **MainActivity.java** file you'll need to:
163
163
164
164
* Add imports for the Azure Maps SDK.
165
165
* Set your Azure Maps authentication information.
@@ -267,7 +267,7 @@ The next step in building your application is to install the Azure Maps Android
267
267
268
268
::: zone pivot="programming-language-kotlin"
269
269
270
-
1. In the **MainActivity.kt** file you'll need to:
270
+
5. In the **MainActivity.kt** file you'll need to:
271
271
272
272
* add imports for the Azure Maps SDK
273
273
* set your Azure Maps authentication information
@@ -361,20 +361,19 @@ The next step in building your application is to install the Azure Maps Android
0 commit comments