android - How to create .aar file with library source code? -
i have library source files inside of it. need compile library .aar file, can't seem import module or project. there no .idea folder within library.
how can create .aar file out of this?
if library in project source, compiled each time run. under <your_lib>
-> build
-> outputs
-> aar
. there have .aar each build type have. i.e. debug , release
Comments
Post a Comment