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

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -