在osmdroid 中 移除弹窗 方法报错。 implementation orgosmdroidosmdroid-geopackage-android610 implementation orgosmdroidosmdroid-third-party610 找不到这两个依赖正确的依赖是什么?
根据您提供的信息,似乎找不到osmdroid-geopackage-android和osmdroid-third-party的6.1.0版本依赖。您可以尝试更新为最新版本的osmdroid库,如下所示:
implementation 'org.osmdroid:osmdroid-android:6.1.10'
implementation 'org.osmdroid:osmdroid-third-party:6.1.10'
请注意,版本号可能会有所不同,您可以在osmdroid的官方文档中查找最新版本的库。此外,确保在项目的build.gradle文件中正确配置了mavenCentral()或jcenter()作为仓库。
原文地址: https://www.cveoy.top/t/topic/hABo 著作权归作者所有。请勿转载和采集!