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
What you're trying to do is not possible -- at least not possible in the way you have it described above.