android studio generate aar with dependency

前端 未结 2 1314
傲寒
傲寒 2020-12-20 17:41

I have a library project(A) that reference another jar file(B.jar), but after generating aar file, jar file(B.jar) is not bundled in the output aar file, and when use this a

2条回答
  •  旧巷少年郎
    2020-12-20 18:05

    What you're trying to do is not possible -- at least not possible in the way you have it described above.

提交回复
热议问题