Project has a manifest causing a manifer merger fail
Shailevy opened this issue · 1 comments
Shailevy commented
When including the project via gradle (Android Studio):
Error:(101, 9) Attribute application@icon value=(@drawable/ic_logo) from AndroidManifest.xml:101:9
Error:(103, 9) Attribute application@theme value=(@style/Theme.XXXX) from AndroidManifest.xml:103:9
is also present at uk.co.deanwild:flowtextview:2.0.2:14:9 value=(@style/AppTheme)
Suggestion: add 'tools:replace="android:theme"' to element at AndroidManifest.xml:97:5 to override
(Not critical, The error it self has a override suggestion)
jcummings2 commented