New Maven repository location for ArcGIS Runtime

854
2
11-13-2020 01:07 AM
MarkBaird
Esri Regular Contributor

If you use the maven repository esri.bintray.com in your build scripts, you will need to update these to reference our new repository esri.jfrog.io.

For example if you use Gradle, your script should include this entry:

maven {
  url 'https://esri.jfrog.io/artifactory/arcgis'
}

Full details of this are in this Blog post 

If anyone has any issues with this new repository, please let us know. 

0 Kudos
2 Replies
KeerthanaL
New Contributor

Can you please help me solving this ,Found that I should include the below one, but not sure where exactly to include this, I have attached include.gradle and build.gradle files.
Please suggest me where exactly the problem is

maven {
  url 'https://esri.jfrog.io/artifactory/arcgis'
}

  

0 Kudos
MarkBaird
Esri Regular Contributor

@KeerthanaL 

I was looking at your screenshots and it looks like you are using Android Studio.  The Java API is for writing JavaFX desktop applications, but you'll be glad to hear there is an Android specific mapping API.

There are lots of tutorials which will help you get going and I'd suggest you start by looking at this tutorial which covers the gradle script.

There are also lots of samples for the Android API in Java and Kotlin.

If you have any specific questions about the Android API, its best to post here.

Does this help?

0 Kudos