I have built my android library package (aar) and the result of build is created in
\"..\\app\\build\\outputs\\aar\" folder. The file within this folder is called \"app-deb
Set up your project as an Android library
In build.gradle file: plugin: 'com.android.library'
You can see the output in: build/outputs/aar/[your module].
Also see this link