FlyingPumba / SimpleRatingBar

Open source project which features a simple yet powerful RatingBar alternative to Android's default
Apache License 2.0
1.03k stars 142 forks source link

Gradle issue #35

Closed rasik1010 closed 6 years ago

rasik1010 commented 6 years ago

Error:Execution failed for task ':app:processDebugManifest'.

Manifest merger failed : Attribute application@allowBackup value=(false) from AndroidManifest.xml:36:9-36 is also present at [com.github.ome450901:SimpleRatingBar:1.4.1] AndroidManifest.xml:12:9-35 value=(true). Suggestion: add 'tools:replace="android:allowBackup"' to element at AndroidManifest.xml:33:5-281:19 to override.

rasik1010 commented 6 years ago

i got fixed: if we keep android:largeHeap="true" in manifest application tag

OR

add in manifest tag xmlns:tools="http://schemas.android.com/tools" add tools:node = "replace" in Application tag