Manifest merger failed with mult

2020-09-29  本文已影响0人  Allenlll

Andorid11更新后Manifest增加的<queries>标签在第三方sdk合并时报错:

Error: Missing 'package' key attribute on element package
error: unexpected element <queries> found in <manifest>

解决方法,修改gradle版本,使用兼容的版本,版本模式如下:


image.png

参考:https://android-developers.googleblog.com/2020/07/preparing-your-build-for-package-visibility-in-android-11.html

上一篇 下一篇

猜你喜欢

热点阅读