Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/219.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java 任务';的执行失败:应用程序:mergeReleaseResources'&燃气轮机;发生多个任务操作失败:_Java_Android_Android Studio 4.1 - Fatal编程技术网

Java 任务';的执行失败:应用程序:mergeReleaseResources'&燃气轮机;发生多个任务操作失败:

Java 任务';的执行失败:应用程序:mergeReleaseResources'&燃气轮机;发生多个任务操作失败:,java,android,android-studio-4.1,Java,Android,Android Studio 4.1,我的项目重建正常,但我面临着发布应用程序的问题,android min 21,max 30,64位库未添加android studio(4.1) 这是我的附件 dependencies { implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'com.google.android.material:material:1.2.1' implementation 'androidx.const

我的项目重建正常,但我面临着发布应用程序的问题,android min 21,max 30,64位库未添加android studio(4.1) 这是我的附件

dependencies {

    implementation 'androidx.appcompat:appcompat:1.2.0'
    implementation 'com.google.android.material:material:1.2.1'
    implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
    implementation 'androidx.navigation:navigation-fragment:2.3.1'
    implementation 'androidx.navigation:navigation-ui:2.3.1'
    implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.2.0'
    implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0'
    implementation 'androidx.legacy:legacy-support-v4:1.0.0'
    implementation 'com.google.firebase:firebase-database:19.5.1'
    implementation 'com.google.firebase:firebase-auth:19.4.0' // do not update it
    implementation 'androidx.preference:preference:1.1.1'
    implementation 'com.google.firebase:firebase-messaging:21.0.0'
    testImplementation 'junit:junit:4.13.1'
    androidTestImplementation 'androidx.test.ext:junit:1.1.2'
    androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'

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

    implementation 'com.google.firebase:firebase-analytics'
    implementation 'com.firebaseui:firebase-ui-database:6.3.0'

    implementation 'com.github.joielechong:countrycodepicker:2.4.2'
    implementation 'com.mafstech.libs:mafs-image-shape:1.0.4'
    implementation 'com.github.medyo:android-about-page:1.2.6'

    implementation 'com.android.support:multidex:1.0.3'
    implementation 'androidx.browser:browser:1.2.0'
    implementation 'com.google.firebase:firebase-core:18.0.0'
}


我已经解决了这个问题……我刚刚将android studio 4.1回滚到4.0.2。。它解决了,我从(谢谢西里尔)那里得到了答案,这能回答你的问题吗?