niorgai / StatusBarCompat

Status Bar Utils ---- Change Status Bar Mode Simply

Home Page:http://niorgai.github.io/2016/03/20/Android-transulcent-status-bar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

清单文件中的application属性冲突

VinPin opened this issue · comments

能不能把清单文件中的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.

commented

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