app\src\main\AndroidManifest.xml:12:9-36 Error:
Attribute application@allowBackup value=(false) from [:facelibrary] AndroidManifest.xml:12:9-36
is also present at [com.github.YolandaQingniu:qnscalesdk:2.3.13] AndroidManifest.xml:26:9-35 value=(true).
Suggestion: add 'tools:replace="android:allowBackup"' to <application> element at AndroidManifest.xml:36:5-126:19 to override.
See http://g.co/androidstudio/manifest-merger for more information about the manifest merger.
报这个错误:
解决方法:
找到报错的这个application标签,然后
加上:
t