ERROR: The value of attribute "android:value" associated with an element type "meta-data" must not contain the '<' character

huangapple go评论72阅读模式
英文:

ERROR: The value of attribute "android:value" associated with an element type "meta-data" must not contain the '<' character

问题

Execution failed for task ':app:processDebugMainManifest'.

com.android.manifmerger.ManifestMerger2$MergeFailureException: Error parsing D:\Skripsi\StoryAppFinal\app\src\main\AndroidManifest.xml

  • Try:

使用 --stacktrace 选项运行以获取堆栈跟踪。
使用 --info 或 --debug 选项运行以获取更多日志输出。
使用 --scan 运行以获取完整的洞察信息。

我期望干净的项目并且构建项目不出错

我的Android清单文件
AndroidManifest.xml

英文:

Execution failed for task ':app:processDebugMainManifest'.
> com.android.manifmerger.ManifestMerger2$MergeFailureException: Error parsing D:\Skripsi\StoryAppFinal\app\src\main\AndroidManifest.xml

  • Try:
    > Run with --stacktrace option to get the stack trace.
    > Run with --info or --debug option to get more log output.
    > Run with --scan to get full insights.

im expect clean project and build project not eror

my android manifest
AndroidManifest.xml

答案1

得分: 1

你忘记在元数据标签中添加 API 密钥。

android:value = "&lt;&lt;YOUR_API_KEY&gt;&gt;"

在这里。
用你的 API 密钥替换它。

英文:

You forgot to add api key in the meta-data tag

android:value = &quot;&lt;&lt;YOUR_API_KEY&gt;&gt;&quot;

HERE.
Replace it with your api key

huangapple
  • 本文由 发表于 2023年6月26日 11:45:24
  • 转载请务必保留本文链接:https://go.coder-hub.com/76553401.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定