nomanr / WeekCalendar

A simple weekly calendar.
646 stars 127 forks source link

Manifest merger fails due to duplicate application theme attribute in AndroidManifest #9

Open K-7 opened 8 years ago

K-7 commented 8 years ago

Error:(10, 9) Attribute application@allowBackup value=(false) from AndroidManifest.xml:10:9 Error:(13, 9) Attribute application@theme value=(@style/TokeniserTheme) from AndroidManifest.xml:13:9 is also present at noman.weekcalendar:weekcalendar:1.0.6:15:9 value=(@style/AppTheme) Suggestion: add 'tools:replace="android:theme"' to element at AndroidManifest.xml:9:5 to override

nomanr commented 8 years ago

The answer lies in the question, add tools:replace="android:theme" in the application tag in the Manifest file.