react-native-firebase_messaging:compileReleaseJavaWithJavac

Posted

技术标签:

【中文标题】react-native-firebase_messaging:compileReleaseJavaWithJavac【英文标题】: 【发布时间】:2021-11-11 13:29:06 【问题描述】:

@react-native-firebase 更新他们的库后,我在运行我的 android 反应原生项目时遇到此错误

我在网上搜索并尝试了一些我在互联网上找到的更改,但没有任何效果。

谁能帮我解决这个问题?

我的依赖:

    implementation 'com.google.firebase:firebase-analytics'

    implementation platform('com.google.firebase:firebase-bom:28.4.0')
    implementation 'com.google.firebase:firebase-messaging'


    implementation 'androidx.multidex:multidex:2.0.1'

我的构建脚本:

buildscript 
    ext 
        buildToolsVersion = "29.0.2"
        minSdkVersion = 23
        compileSdkVersion = 31
        targetSdkVersion = 31
        kotlinVersion = '1.5.0'
        ndkVersion = "20.1.5948944"
    
    repositories 
        google()
        jcenter()
    
    dependencies 
        classpath("com.android.tools.build:gradle:4.1.0")
        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
        classpath 'com.google.gms:google-services:4.3.10'
        // NOTE: Do not place your application dependencies here; they belong
        // in the individual module build.gradle files
    

【问题讨论】:

【参考方案1】:

我在构建时遇到了同样的错误,我可以通过升级我的 Android Studio 来解决它。 这个错误大部分是因为你的JDK版本而发生的。

【讨论】:

以上是关于react-native-firebase_messaging:compileReleaseJavaWithJavac的主要内容,如果未能解决你的问题,请参考以下文章