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 contains unhelpful items #9

Closed
GrahamBorland opened this issue Feb 21, 2017 · 3 comments
Closed

Manifest contains unhelpful items #9

GrahamBorland opened this issue Feb 21, 2017 · 3 comments
Labels

Comments

@GrahamBorland
Copy link

I just tried to add RxAnimations 0.9.0 to my project, and I immediately started getting build errors.

Error:
	Attribute application@supportsRtl value=(false) from AndroidManifest.xml:22:9-36
	is also present at [oxim.digital:rxanim:0.9.0] AndroidManifest.xml:14:9-35 value=(true).
	Suggestion: add 'tools:replace="android:supportsRtl"' to <application> element at AndroidManifest.xml:19:5-96:19 to override.

This is because the library's AndroidManifest.xml includes values for allowBackup and supportsRtl which don't belong in a library project.

android:allowBackup="true"
android:label="@string/app_name"
android:supportsRtl="true"
@GrahamBorland
Copy link
Author

This applies to Rx2Animations as well.

@0ximDigital
Copy link
Owner

Hi gborland.

Thank you for trying out RxAnimations and raising the issue 🚀

This will be fixed asap for the RxAnimations and Rx2Animations as well.

@0ximDigital
Copy link
Owner

Fixed with 0.9.1 version for both RxAnimations and Rx2Animations.

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