A problem was found with the configuration of task ':app:checkDebugManifest' (type 'CheckManifest').

问题:
A problem was found with the configuration of task ':app:checkDebugManifest' (type 'CheckManifest').
- Type 'com.android.build.gradle.internal.tasks.CheckManifest' property 'manifest' has @Input annotation used on property of type 'File'.
解决方案:
将gradle\wrapper\gradle-wrapper中的distributionUrl版本降低,修改到合适的版本,例如:

https\://services.gradle.org/distributions/gradle-6.1.1-bin.zip

posted on 2024-04-12 15:14  陈德彪  阅读(1067)  评论(0)    收藏  举报

导航