Redundant tags in library manifest · Issue #5 · stealthcopter/AndroidNetworkTools · GitHub
Skip to content

Redundant tags in library manifest #5

Description

@OSemenovBoyarka

Hi, thanks for great library.

I've faced issues, while attaching you library:
1/ Support library in my project conflicted with version, added in library and I had to exclude it - you should make support library dependency provided instead of compile

2/ Manifest merger fails on allowBackup attribute. Probably, you should remove application tag from library manifest completely.
Error as follows:

Error:Execution failed for task ':app:processNormalGoogleTrueDebugManifest'.
> Manifest merger failed : Attribute application@allowBackup value=(false) from AndroidManifest.xml:27:9-36
  	is also present at [com.github.stealthcopter:AndroidNetworkTools:0.1.2] AndroidManifest.xml:14:9-35 value=(true).
  	Suggestion: add 'tools:replace="android:allowBackup"' to <application> element at AndroidManifest.xml:16:5-34: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