gpt4 book ai didi

android - 找不到方法 : coreLibraryDesugaringEnabled in the gradle

转载 作者:行者123 更新时间:2023-12-02 11:16:57 32 4
gpt4 key购买 nike

我想使用 Android Studio 4.0 金丝雀 3

如,features list曾提到:

Android Studio now includes support for using a number of Java 8 language APIs without requiring a minimum API level for your app.



添加此方法 coreLibraryDesugaringEnabledtrue compileOptions 中的参数对象,在模块的 build.gradle 文件中。

像这样:
 compileOptions {
// Flag to enable support for the new language APIs
coreLibraryDesugaringEnabled true
// Sets Java compatibility to Java 8
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}

我预计它会正常工作,但它会产生以下错误:
Could not find method coreLibraryDesugaringEnabled() for arguments [true] on object of type com.android.build.gradle.internal.CompileOptions.

最佳答案

如果你使用 isCoreLibraryDesugaringEnabled 会怎样? ?

关于android - 找不到方法 : coreLibraryDesugaringEnabled in the gradle,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59029742/

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