使用Android Studio时报错 Manifest merger failed : Attribute application@label value=(@string/idcards_name) from AndroidManifest.xml:16:9-45
is also present at [:liboffline_face_verification-release:] AndroidManifest.xml:16:9-41 value=(@string/app_name).
Suggestion: add 'tools:replace="android:label"' to *

如:

 What went wrong:
Execution failed for task ':app:processDebugManifest'.
> Manifest merger failed : Attribute application@label value=(@string/idd_name) from AndroidManifest.xml:16:9-45
is also present at [:libxxn-release:] AndroidManifest.xml:16:9-41 value=(@string/app_name).
Suggestion: add 'tools:replace="android:label"' to element at AndroidManifest.xml:13:5-29:19 to override.

* Try:
Run with --stacktrace option to get the stack trace. Run with --debug option to get more log output.

BUILD FAILED



解决办法:

1、在manifest 标签中加入xmlns:tools="http://schemas.android.com/tools",如
<?xml version="1.0" encoding="utf-8"?>
    xmlns:tools="http://schemas.android.com/tools"

2、在application标签中加入:tools:replace="android:label"
    android:allowBackup="true"
    android:icon="@drawable/idcard_icon"
    android:label="@string/idcards_name"
    android:theme="@style/AppTheme"
    tools:replace="android:label">

更多相关文章

  1. android 5.1 usb调试默认关闭设置方法
  2. Android(安卓)解析Html
  3. Android(安卓)Studio下Java Jni技术
  4. Android:textView加载Html,只加载文字
  5. Android设备重启(reboot)---Android(安卓)studio
  6. AndroidMainifest标签使用说明3——<activity-alias>
  7. Android第三十八期 - 评价标签FlowLayout
  8. 【Android】Android用tabhost实现 界面切换,每个界面为一个独立的
  9. android Theme使用四

随机推荐

  1. OpenCV : build with Glade on Android(
  2. Android(安卓)screen size and densities
  3. googlemap学习
  4. 2013.12.05(6)——— android ViewPagerInd
  5. Android视频播放器横竖屏自动切换
  6. android调试中怎样使用gcc提供的工具
  7. Android(安卓)Dialog全屏
  8. Android(安卓)Opengl
  9. 获取系统版本内核版本信息
  10. Android开发-DesignDemo-AndroidStudio(