We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
错误信息: Caused by: org.gradle.api.internal.plugins.PluginApplicationException: Failed to apply plugin 'cc-register'.
Caused by: groovy.lang.MissingPropertyException: No such property: FD_INTERMEDIATES for class: com.android.builder.model.AndroidProject (这个可能是另外的错误)
gradle-wrapper.properties 配置为: distributionUrl=https://services.gradle.org/distributions/gradle-8.0-bin.zip
build.gradel 配置为: classpath 'com.android.tools.build:gradle:8.1.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.10" //使用最新版
主模块依赖: implementation "androidx.core:core-ktx:1.9.0" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.10"
The text was updated successfully, but these errors were encountered:
兄弟我也遇到了,现在解决了吗?
Sorry, something went wrong.
已解决
老哥,怎么解决的?
No branches or pull requests
错误信息:
Caused by: org.gradle.api.internal.plugins.PluginApplicationException: Failed to apply plugin 'cc-register'.
Caused by: groovy.lang.MissingPropertyException: No such property: FD_INTERMEDIATES for class: com.android.builder.model.AndroidProject (这个可能是另外的错误)
gradle-wrapper.properties 配置为:
distributionUrl=https://services.gradle.org/distributions/gradle-8.0-bin.zip
build.gradel 配置为:
classpath 'com.android.tools.build:gradle:8.1.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.10" //使用最新版
主模块依赖:
implementation "androidx.core:core-ktx:1.9.0"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.10"
The text was updated successfully, but these errors were encountered: