App Bundle build fails because of the sym_keyboard_feedback_delete.png file

北慕城南 提交于 2019-11-29 16:55:56

I've figured out the problem. One of the libraries I am using had a dependancy on the Google Android Library » 4.1.1.4, which contains resource file sym_keyboard_feedback_delete.png and others that occupy the res directory.

Excluding this module from the library dependancy has solved this issue.

 exclude group: 'com.google.android'

It looks like one your dependencies is not compiled as an AAR but instead just as JAR.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!