相关疑难解决方法(0)

Manifest Merger错误 - 工具:替换不工作

更新:

我尝试了一切.Manifest合并工具有问题吗?

  • 工具:更换
  • 工具:删除
  • 工具:忽略
  • 工具:节点

无法解决以下错误:

D:\AndroidStudioProjects\Iknowthis2\app\src\main\AndroidManifest.xml:29:9-36
Error: Attribute application@allowBackup value=(false) from AndroidManifest.xml:29:9-36 is also present at [com.sackcentury:shinebutton:0.1.5] AndroidManifest.xml:12:9-35 value=(true).     
Suggestion: add 'tools:replace="android:allowBackup"'to <application> element at AndroidManifest.xml:27:5-73:19 to override.

D:\AndroidStudioProjects\Iknowthis2\app\src\main\AndroidManifest.xml:34:9-36
Error:  Attribute application@supportsRtl value=(false) from AndroidManifest.xml:34:9-36 is also present at [com.sackcentury:shinebutton:0.1.5] AndroidManifest.xml:14:9-35 value=(true).
Suggestion: add 'tools:replace="android:supportsRtl"' to <application> element at AndroidManifest.xml:27:5-73:19 to override.
Run Code Online (Sandbox Code Playgroud)

应用程序的原始Manifest.xml - 在工具之前:替换

 <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    package="xyz">

    <!-- Include following permission if you load images from Internet -->
    <uses-permission android:name="android.permission.INTERNET" />
    <!-- Include …
Run Code Online (Sandbox Code Playgroud)

android android-manifest

15
推荐指数
2
解决办法
2万
查看次数

标签 统计

android ×1

android-manifest ×1