问题如图:

Direct local .aar file dependencies are not supported when building an AAR. The resulting AAR would be broken because the classes and Android resources from any local .aar file dependencies would not be packaged in the resulting AAR.

在这里插入图片描述

产生原因:

依赖中有aar,打包也是aar

解决办法:

将依赖的aar,从implementation 方式 改为 compileOnly,

也有说将aar 载入为Module,可惜,新版的android取消了这一功能,至于别的方法都是删除了此依赖,基本无效
在这里插入图片描述

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐