Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
330132662 opened this issue Dec 15, 2022 · 1 comment
Open

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

330132662 opened this issue Dec 15, 2022 · 1 comment

Comments

@330132662
Copy link

330132662 commented Dec 15, 2022

清单文件:

<?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.
@330132662
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant