Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Build error in Android  #564

@balajivenkatesh

Description

@balajivenkatesh

"Manifest merger failed with multiple errors"

The error I see is -

Attribute application@label value=(label) from AndroidManifest.xml
is also present at [App:react-native-fetch-blob:unspecified] AndroidManifest.xml:11:18-50 value=(@string/app_name).
Suggestion: add 'tools:replace="android:label"' to element at AndroidManifest.xml to override.

Making the suggested change and adding
xmlns:tools="http://schemas.android.com/tools" to top level manifest tag as in https://stackoverflow.com/questions/28095703/manifest-merger-failed-error fixes it.

But is there a way to avoid this?

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