Small
Small copied to clipboard
app插件内集成第三方库zendesk编译时报错
- [x] 我已阅读并理解 贡献指南,严格遵循其约定。
错误报告
你做了什么?
- 在app插件内依赖第三方库zendesk 编译时报错,lib/host中没有问题
2.app插件似乎不支持productFlavors
你期望的结果是什么?
正确编译运行
实际结果是什么?
FAILURE: Build failed with an exception.
- What went wrong: Execution failed for task ':app.main:processDebugManifest'.
com.android.manifmerger.ManifestMerger2$MergeFailureException: org.xml.sax.SAXParseException; lineNumber: 15; columnNumber: 11; 元素类型 "application" 必须由匹配的结束标记 "" 终止。
- Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
Small环境
Compile-time
gradle-small plugin : 1.3.0-beta2 (project)
small aar : 1.3.0-beta2
gradle core : 2.2.3
android plugin : 2.2.3
OS : windows 64
你好,请提供 demo 以便复现问题
我也遇到这问题了