我是编程和android studio的新手。我一直遇到这个错误:
错误消息:
Could not find method implementation() for arguments [directory 'libs'] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.
我发现大约2年前,有人遇到了相同的问题,但是解决方案似乎已经过时了
我当前正在使用Android Studio 3.5.3
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
// Your other dependencies...
implementation 'com.google.android.gms:play-services-places:17.0.0'
}
它不断指出这部分代码
如果有人能帮助我解决这个问题,那就太好了。