Regarding the problem that the Gaode map SDK cannot find the latest version of the Jar package

as shown in the picture

insert image description here
Simply translated, the 'com.amap.api:navi-3dmap:9.5.0_3dmap9.5.0' jar package of Gaode Map
could not be found, and then I went to the dependency to find the corresponding dependency 'com.amap.api:navi- 3dmap:latest.integration', and then replace the corresponding dependency with the version number on the problem, still not working?! At this time, you have to wonder if the problem is caused by the word latest.integration, translated as "latest integration" means the default Use the latest version of sdk, but your computer may not be able to download it, so the best way is to find the specific version number and replace latest.

https://mvnrepository.com/

How to search?

insert image description here
Then find the corresponding jar package and click to find the specific version number.

Guess you like

Origin blog.csdn.net/m0_46366678/article/details/127531458