gpt4 book ai didi

android - Gradle - 评估根项目 '*' 时出现问题。 > 在根项目 '*' 上找不到参数 [*] 的方法 compile()

转载 作者:搜寻专家 更新时间:2023-11-01 08:45:17 28 4
gpt4 key购买 nike

我正在使用 Eclipse Luna 开发我的 Android 应用程序。我不知道为什么错误消息会一次又一次地显示。在 build.gradle 中填写依赖项并在我的终端中运行 gradle build 后,我收到此错误消息。

构建.gradle

dependencies {
compile 'com.lorentzos.swipecards:library:1.0.8@aar'
}

错误信息

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/MNurdin/Documents/Github/Swipecards/example/src/main/build.gradle' line: 2

* What went wrong:
A problem occurred evaluating root project 'main'.
> Could not find method compile() for arguments [com.lorentzos.swipecards:library:X.X.X@aar] on root project 'main'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 4.34 secs

项目:https://github.com/datomnurdin/Swipecards

最佳答案

更改为:

compile 'com.lorentzos.swipecards:library:1.0.8'

关于android - Gradle - 评估根项目 '*' 时出现问题。 > 在根项目 '*' 上找不到参数 [*] 的方法 compile(),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29015153/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com