'android - When building, I don't want to create an aar file

1, I have a app: Project and two library. enter image description here

2, When building, app makes apk & two library makes "aar" file

3, But I don't want to make aar files please help me!!

Ps...
The reason why I don't want to create aar file is because library have lib but it is cause to "Direct local .aar file dependencies are not supported when building an AAR." How can I solve it?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source