android-fat-aar icon indicating copy to clipboard operation
android-fat-aar copied to clipboard

can't merge libs in a aar library

Open dachengai opened this issue 7 years ago • 4 comments

module A dependencies a aar library by embedded(name:'B-aar', ext:'aar') (B-aar contanis some libs) . but new aar not contains these libs

dachengai avatar Oct 17 '17 09:10 dachengai

try use gradle 2.14.1 is ok

dachengai avatar Oct 17 '17 11:10 dachengai

+1

PureAway avatar Jan 15 '18 01:01 PureAway

same problem

BinarySatan avatar Apr 09 '18 07:04 BinarySatan

有些aar是不能直接embedded的,我的处理方式是将合并之后的库发不到远程私服上,然后再依赖本地的aar包,希望能解决你的问题 可以看下我合并module踩过的坑 https://juejin.im/post/5b28672bf265da59645b031a

byhook avatar Jun 20 '18 12:06 byhook