出现的问题: Manifest merger failed : Attribute application@allowBackup value=(false) from AndroidManifest.xml:116:9-36
is also present at [manager:common:unspecified:release] AndroidManifest.xml:12:9-35 value=(true).

Suggestion: add 'tools:replace="android:allowBackup"' to element at AndroidManifest.xml:114:5-1136:19 to override.



解决方法:

xmlns:android="http://schemas.android.com/apk/res/android"    xmlns:tools="http://schemas.android.com/tools"    package="包名">
在application节点添加

tools:replace="android:allowBackup"  ......

同样的还有

tools:replace="android:icon, android:theme,android:allowBackup" 

更多相关文章

  1. android 从Activity 获取 rootView 根节点
  2. Android之USB Camera摄像头节点后移
  3. Android清单文件详解(六) ---- 节点的属性
  4. Android 上层应用读写底层设备节点(Android M)
  5. Android 框架之创建设备节点文件
  6. Android TimeLine 时间节点轴的实现
  7. android selector 的不能是空节点
  8. Android 进阶——Android Studio 项目结构详细述及Gradle脚本语
  9. Android 节点进度条

随机推荐

  1. android 将时间戳转为代表"距现在多久之
  2. Android实现手机振动设置的方法
  3. Android启动之BOOT_COMPLETED广播
  4. activity跳转闪现黑屏
  5. 2013.07.05——— android LocalSocket
  6. android ListView SimpleAdapter 带图片
  7. Android关于网络连通状况的系统广播
  8. Android Broadcast(广播)简单样例
  9. 初学Andriod之跑马灯属性设置
  10. 最全的 Android 生命周期图