Java Android:com.google.maps:google地图服务:0.1.7给出构建错误

Java Android:com.google.maps:google地图服务:0.1.7给出构建错误,java,android,google-maps,time,geocode,Java,Android,Google Maps,Time,Geocode,我试图通过com.Google.maps:googlemapsservices:0.1.7版本来使用谷歌地图服务 在将complie'com.google.maps:google地图服务:0.1.7'添加到build.gradle(模块:app)之后,我尝试同步该项目 然后我在Gradle Sync的消息中发现了以下错误: D:\Solutions\Security\app\build.gradle Error:(26, 0) Gradle DSL method not found: 'comp

我试图通过com.Google.maps:googlemapsservices:0.1.7版本来使用谷歌地图服务

在将
complie'com.google.maps:google地图服务:0.1.7'
添加到build.gradle(模块:app)之后,我尝试同步该项目

然后我在Gradle Sync的消息中发现了以下错误:

D:\Solutions\Security\app\build.gradle
Error:(26, 0) Gradle DSL method not found: 'complie()'

Possible causes:The project 'AIGSecurity' may be using a version of the Android Gradle plug-in that does not contain the method (e.g. 'testCompile' was added in 1.1.0).
Upgrade plugin to version 2.3.2 and sync project
The project 'Security' may be using a version of Gradle that does not contain the method.
Open Gradle wrapper file
The build file may be missing a Gradle plugin.
Apply Gradle plugin
这是我的build.gradle(模块:app)文件

有没有办法解决这个问题?

您拼错了compile

complie 'com.google.maps:google-maps-services:0.1.7'

你拼错了

complie 'com.google.maps:google-maps-services:0.1.7'


看看这个@user7790438:我读过,但它没有给我提供任何解决方案。还有其他想法吗?看看这个@user7790438:我读过,但它没有给我提供任何解决方案。还有其他想法吗?谢谢亲爱的:)谢谢亲爱的:)
compile 'com.google.maps:google-maps-services:0.1.20'