📜  清单合并失败:AndroidManifest.xml 中的属性 application@theme value=(@style AppTheme) - 无论代码示例

📅  最后修改于: 2022-03-11 14:57:17.034000             🧑  作者: Mango

代码示例1
follow the instructions that were given to you in the error message:

Suggestion: add 'tools:replace="android:theme"' to element at 
AndroidManifest.xml:5:5-23:19 to override.

In other words, add tools:replace="android:theme" to your  element.

Or, switch to a different library.