尽管我正确地遵循了 osmdroid 文档,但我在 getInstance() 方法上遇到了错误 [英] I get an error on getInstance() method even though i followed the osmdroid documentation correctly

查看:45
本文介绍了尽管我正确地遵循了 osmdroid 文档,但我在 getInstance() 方法上遇到了错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

getInstance() 在正确遵循文档后显示错误.但我需要知道在这里使用什么版本:

getInstance() shows an error after following the doc correctly. but i need to know what version to be used here:

dependencies {
    compile 'org.osmdroid:osmdroid-android:(INSERT_VERSION_HERE):release@aar'
}

LINK

有什么帮助吗?

推荐答案

以文档中指定的方式使用最新版本 这里 :

Use the latest version in a way specified at the documentation here :

compile 'org.osmdroid:osmdroid-android:5.6.5'

您始终可以在 github 上查看最新的 版本.

You can always check which version is the latest on github.

这篇关于尽管我正确地遵循了 osmdroid 文档,但我在 getInstance() 方法上遇到了错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆