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: .github/ISSUE_TEMPLATE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# ArcGIS Android Issue Template
2
2
3
-
GitHub is **ONLY** used for issues pertaining to ArcGIS Runtime SDK Samples. Use [Esri Community](https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/bd-p/arcgis-runtime-sdk-for-android-questions) for any general ArcGIS Runtime Android SDK questions.
3
+
GitHub is **ONLY** used for issues pertaining to ArcGIS Maps SDK Kotlin Samples. Use [Esri Community](https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/bd-p/arcgis-runtime-sdk-for-android-questions) for any general ArcGIS Runtime Android SDK questions.
4
4
5
5
Is this something you can [contribute](CONTRIBUTING.md)? Send a pull request! New Samples, bug fixes and documentation fixes are welcome.
Copy file name to clipboardExpand all lines: tools/README.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
@@ -9,7 +9,7 @@ This script creates a new sample and configures it as a new module in Android St
9
9
10
10
### How to use this script
11
11
12
-
Navigate to the top-level directory of this repository (`/arcgis-runtime-samples-android/`).
12
+
Navigate to the top-level directory of this repository (`arcgis-maps-sdk-kotlin-samples/`).
13
13
14
14
**Note:** This `.jar` file requires Java 11 installed.
15
15
@@ -23,7 +23,7 @@ Example:
23
23
$ java -jar tools/NewModuleScript.jar
24
24
Enter Name of the sample with spaces (Eg. "Display New Map"):
25
25
Display New Map
26
-
Using repository $USER/../arcgis-runtime-samples-android
26
+
Using repository $USER/../arcgis-maps-sdk-kotlin-samples
27
27
Sample Successfully Created!
28
28
29
29
**Note:** The script will generate all the `gradle`, `src` and `res` files needed for a new sample. You will have to reload `gradle` manually for Android Studio to implement the changes. To do this run:
0 commit comments