即使我正确地遵循了 osmdroid 文档,我仍然在 getInstance() 方法上遇到错误

I get an error on getInstance() method even though i followed the osmdroid documentation correctly

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

有什么帮助吗?

按照文档中指定的方式使用最新版本 here :

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

您随时可以查看哪个版本是最新的on github