I have a library with all the source files inside of it. I need to compile this library into an .aar file, but I can't seem to import it into a module or project. There is no .idea folder within this library.
How can I create an .aar file out of this?
If the library is in your project with the source, then it is already compiled each time you run. Look under
<your_lib>
->build
->outputs
->aar
. There you will have an .aar for each build type you have. i.e. debug and release