即使我正确地遵循了 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
有什么帮助吗?
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
有什么帮助吗?