niorgai / StatusBarCompat

Status Bar Utils ---- Change Status Bar Mode Simply
http://niorgai.github.io/2016/03/20/Android-transulcent-status-bar/
MIT License
2.16k stars 349 forks source link

清单文件中的application属性冲突 #36

Closed VinPin closed 6 years ago

VinPin commented 6 years ago

能不能把清单文件中的application的两个属性android:allowBackup="true"和android:supportsRtl="true"去掉,与我项目中的合并冲突了。 Error: Attribute application@allowBackup value=(false) from AndroidManifest.xml:20:9-36 is also present at [com.github.niorgai:StatusBarCompat:2.1.4] AndroidManifest.xml:12:9-35 value=(true). Suggestion: add 'tools:replace="android:allowBackup"' to <application> element at AndroidManifest.xml:18:5-412:19 to override.

niorgai commented 6 years ago

你可以先试试 tools:replace="android:allowBackup