gpt4 book ai didi

android - computeFrames 选项不支持 JSR/RET - Android Studio 4.2.1

转载 作者:行者123 更新时间:2023-12-04 13:27:12 26 4
gpt4 key购买 nike

构建失败并显示“computeFrames 选项不支持 JSR/RET”,

    // Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = "1.5.0"
repositories {
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.1'
//noinspection DifferentKotlinGradleVersion
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

classpath 'com.google.firebase:firebase-crashlytics-gradle:2.6.1'
classpath 'com.google.dagger:hilt-android-gradle-plugin:2.35'
// Replace the standard Performance Monitoring plugin dependency line, as follows:
classpath('com.google.firebase:perf-plugin:1.4.0') {
exclude group: 'com.google.guava', module: 'guava-jdk5'
}
classpath 'com.google.gms:google-services:4.3.8'
}
}


allprojects {
repositories {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
maven { url 'https://dl.bintray.com/google/flexbox-layout/' }
maven { url "https://plugins.gradle.org/m2/" }
maven { url 'https://repo.spring.io/plugins-release/' }
}
}

task clean(type: Delete) {
delete rootProject.buildDir
}
Android Studio 版本 - 4.2.1,
升级 gradle 和 android 版本到 4.2.1 后出现此问题,
我试过 Run with --stacktrace但除了上述错误描述外,我无法获得错误描述。

最佳答案

如果您仍然遇到问题,也许这可以帮助您
消除对 firebase 性能的依赖以及对它的任何使用
尝试生成 apk 或重建我的项目时,我收到了相同的消息
然后我删除了该依赖项,它正常工作
目前,我仍在对该故障的起源进行一些研究,如果我找到有关起源的更多信息,我将更新答案

关于android - computeFrames 选项不支持 JSR/RET - Android Studio 4.2.1,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/67597063/

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