I searched how to create *.aar file but all of them say to create library then add your classes then Double click assemble ... the *.aar is created in build/...
but I need to create *.aar file from existing (already created and coded) project
so my question is :
how to create *.aar file from "existing" android studio project ( Not creating new android library) ?
Thanks in advance