标签: android osmdroid
getInstance()显示错误。但我需要知道这里使用的是什么版本:
dependencies { compile 'org.osmdroid:osmdroid-android:(INSERT_VERSION_HERE):release@aar' }
LINK https://github.com/osmdroid/osmdroid/wiki/How-to-use-the-osmdroid-library#main-activity
任何帮助?
答案 0 :(得分:0)
以文档here指定的方式使用最新版本:
compile 'org.osmdroid:osmdroid-android:5.6.5'
您始终可以查看哪个版本是最新版本on github。