xiandanin/CountDownTimerSupport

建议把清单文件里的label去掉。。

330132662 opened this issue · 1 comments

清单文件:

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="in.xiandan.countdowntimer"
    android:versionCode="28"
    android:versionName="1.0.3" >

    <uses-sdk
        android:minSdkVersion="14"
        android:targetSdkVersion="28" />

    <application
        android:allowBackup="true"
        android:label="@string/app_name"
        android:supportsRtl="true" >
    </application>

</manifest>

报错;

Manifest merger failed : Attribute application@label value=(***) from AndroidManifest.xml:59:9-36
	is also present at [in.xiandan:count-down-timer:1.0.3] AndroidManifest.xml:13:9-41 value=(@string/app_name).
	Suggestion: add 'tools:replace="android:label"' to <application> element at AndroidManifest.xml:55:5-222:19 to override.

............. 删的好快