gpt4 book ai didi

Android Studio LibGDX Gradle 同步错误

转载 作者:行者123 更新时间:2023-11-29 18:49:52 24 4
gpt4 key购买 nike

尝试运行 gradle sync 后出现此错误。我不确定这是否与 libgdx 有某种关系,还是只是一个 Gradle 问题。

Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'. It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html

The minSdk version should not be declared in the android manifest file. You can move the version from the manifest to the defaultConfig in the build.gradle file.

The targetSdk version should not be declared in the android manifest file. You can move the version from the manifest to the defaultConfig in the build.gradle file.

最佳答案

Gradle 3.4 引入了新的 Java Library plugin configurations这允许您控制是否将依赖项发布到使用该库的项目的编译和运行时类路径。

  • implementationapi 只能与 Android Plugin for Gradle 3.0.0 或更高版本一起使用。

  • Android 插件 3.0.0 需要 Gradle 4.1 或更高版本。

  • LibGDX 尚不支持 Gradle 4.x,有一个 issue同样。


因此目前您不能将implementationapi 与libGDX 一起使用所以坚持使用过时的 api 并使用 compile

关于Android Studio LibGDX Gradle 同步错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51143740/

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