You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: