arimorty / floatingsearchview

A search view that implements a floating search bar also known as persistent search
https://github.com/arimorty/floatingsearchview/blob/master/README.md
Apache License 2.0
3.54k stars 668 forks source link

Manifest conflicts in AutoFitTextView #54

Closed TheRishka closed 8 years ago

TheRishka commented 8 years ago

Hi! I'm trying to implement this awesome library in my project, but right after I added FloatingSearchView to my gradle dependencies, I've faced error:

Error:Execution failed for task ':app:myprocess'.
 Manifest merger failed : Attribute application@allowBackup value=(false) from AndroidManifest.xml:33:9-36
    is also present at [me.grantland:autofittextview:0.2.0] AndroidManifest.xml:11:18-44 value=(true).

It's pretty self-explanatory. I've checked AutoFitTextView library, and they have removed allowBackup=true from their manifest in this commit. So, please, update it in your project.

TheRishka commented 8 years ago

As a temporary workaround consider moving your dependency for FloatingSearchView on top of the dependencies list in your build.gradle.

arimorty commented 8 years ago

This won't be an issue in the next release which will come in the next couple of days. AutoFitTextView will be removed from FloatingSearchView completely as it is not used anymore.