无法再编译 android maps utils
Posted
技术标签:
【中文标题】无法再编译 android maps utils【英文标题】:Can't compile android maps untils anymore 【发布时间】:2018-06-19 20:08:51 【问题描述】:我遇到了一个非常罕见的问题。一切都很完美,突然间我无法编译 'com.google.maps.android:android-maps-utils:0.5.+' 了。
我找不到修复它的方法,所以我将 Android Studio 更新到版本 3.0.1,创建了一个新项目并尝试仅编译此依赖项。我的其他依赖项没有问题,但这个给出了错误消息:
Unable to resolve dependency for ':app@debug/compileClasspath': Could not find any version that matches com.google.maps.android:android-maps-utils:0.5.+.
Could not find any version that matches com.google.maps.android:android-maps-utils:0.5.+.
Versions that do not match:
0.5
0.4.4
0.4.3
0.4.2
0.4.1
+ 9 more
Required by:
project :app*
有人知道如何解决这个问题吗?
【问题讨论】:
【参考方案1】:没有匹配 maputils 0.5.+ 模式的版本。请改用implementation 'com.google.maps.android:android-maps-utils:0.5'
。
【讨论】:
以上是关于无法再编译 android maps utils的主要内容,如果未能解决你的问题,请参考以下文章
forEach on map function js断言测试未运行
带有成员函数的 QtConcurrent::map() = 无法编译
Swift 编译器错误:“无法使用 '((_) -> _)' 类型的参数列表调用 'map'”
Bing Maps C# GPX Route Viewer 无法编译:无法从 LocationCollection 转换为 LocationRect