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

Manifest merging issue #1

Closed
jaredsburrows opened this issue Mar 30, 2016 · 2 comments
Closed

Manifest merging issue #1

jaredsburrows opened this issue Mar 30, 2016 · 2 comments
Labels

Comments

@jaredsburrows
Copy link

:processDebugManifest
/AndroidManifest.xml:11:13-40 Error:
    Attribute application@supportsRtl value=(false) from AndroidManifest.xml:11:13-40
    is also present at [com.ncapdevi:frag-nav:1.0.2] AndroidManifest.xml:14:9-35 value=(true).
    Suggestion: add 'tools:replace="android:supportsRtl"' to <application> element at AndroidManifest.xml:8:5-25:19 to override.

See http://g.co/androidstudio/manifest-merger for more information about the manifest merger.

:processDebugManifest FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':processDebugManifest'.
> Manifest merger failed : Attribute application@supportsRtl value=(false) from AndroidManifest.xml:11:13-40
    is also present at [com.ncapdevi:frag-nav:1.0.2] AndroidManifest.xml:14:9-35 value=(true).
    Suggestion: add 'tools:replace="android:supportsRtl"' to <application> element at AndroidManifest.xml:8:5-25:19 to override.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 1.963 secs

This forced me to add android:supportsRtl="true" to my app's manifest.

@ncapdevi ncapdevi added the bug label Mar 30, 2016
@ncapdevi
Copy link
Owner

Thanks for pointing this out. I'll push out a patch shortly.

@ncapdevi
Copy link
Owner

Fixed in 1.0.3

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

No branches or pull requests

2 participants