清单合并失败,但合并清单中没有错误

问题描述 投票:0回答:1

我的 android Studio 显示标题错误,但是当我检查合并的清单时,没有错误。下面是我合并的清单和清单文件的 SS。 目标SdkVersion 34

合并清单

清单

android android-manifest merged-manifest
1个回答
0
投票

就我而言,当我更新junit依赖项时,合并清单错误被清除。

这是旧版本:

testImplementation 'junit:junit:4.13'
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'

更新版本在这里:

testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
© www.soinside.com 2019 - 2024. All rights reserved.