第一次写成latest.integration或+,运行之后,把依赖库的名字,在电脑里搜索一下
implementation 'com.amap.api:location:latest.integration'
搜索库名:com.amap.api:location
这样搜索出来,最新项目使用的com.amap.api:location库版本为4-7-0,那么把build.gradle里的版本改为
implementation 'com.amap.api:location:4.7.0'
记住千万不要保留latest.integration或+的写法,不然等你下次run之后,它还会下载最新版本的库,这样可能因为库本身的改动过大,导致编译或者运行出错