前言
最近因为工作关系,需要使用ArcGIS Runtime SDK for Android搭建一个简单的入门Demo,也就是传说中的Hello GISer。翻了一遍官方文档,ArcGIS Runtime SDK for Android的安装推荐使用Gradle,而且使用的是在线的Esri's maven repository ,也就是说第一次构建工程的时候,需要从 Bintray Esri repository(https://esri.bintray.com/arcgis)中下载相应的依赖包,才能通过编译,如下图所示:
按照【Install the SDK】和【Develop your first map app】的指引,在Android Studio2.0中创建好工程,配置好build.gradle之后,点击【Sync Now】进行编译,如下图:
Install the SDK 地址:
https://developers.arcgis.com/android/latest/guide/install-and-set-up.htm
Develop your first map app地址: