Skip to content

Conversation

@krxsky
Copy link

@krxsky krxsky commented Apr 9, 2015

Currently, the AndroidManifest contains android:allowBackup="true". We should remove this attribute as it is not something a library project should decide and it causes the mergeManifest to fail on projects that requires android:allowBackup="false".

Usually, using tools:replace="android:allowBackup" in the Manifest of the main project should fix issue, but replace doesn't currently work with allowBackup. See https://code.google.com/p/android/issues/detail?id=70073.

Looks like the best thing to do is just to remove it from library manifest.

WalkAround: import the library manually and remove the attribute.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants