我在哪里可以找到app:checkDebugManifest?我正在尝试将zoom集成到我的flutter应用程序中?

brccelvz  于 2023-03-24  发布在  Flutter
关注(0)|答案(1)|浏览(142)
FAILURE: Build failed with an exception.

* What went wrong:
A problem was found with the configuration of task ':app:checkDebugManifest' (type 'CheckManifest').
  - In plugin 'com.android.build.gradle.api.AndroidBasePlugin' type 'com.android.build.gradle.internal.tasks.CheckManifest' property 'manifest' has @Input annotation used on property of type 'File'.

    Reason: A property of type 'File' annotated with @Input cannot determine how to interpret the file.

    Possible solutions:
      1. Annotate with @InputFile for regular files.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org
BUILD FAILED in 8s
Running Gradle task 'assembleDebug'...                             10.0s
Exception: Gradle task assembleDebug failed with exit code 1
azpvetkf

azpvetkf1#

只要打开你的清单文件,并检查底部的一面

相关问题