Skip to content

Conflicts in AndroidManifest.xml #10

@larsgrefer

Description

@larsgrefer

This android library currently declares android:label and android:icon in its AndroidManifest.xml which causes conflicts with the AndroidManifest.xml of apps which are using this library:

Error:
        Attribute application@label value=(@string/main_app_name) from AndroidManifest.xml:70:13-50
        is also present at [com.github.Stericson:RootShell:39aec4590d] AndroidManifest.xml:12:9-41 value=(@string/app_name).
        Suggestion: add 'tools:replace="android:label"' to <application> element at AndroidManifest.xml:66:5-173:19 to override.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions