Search code examples
javaandroidandroid-studioaar

Creating *.aar library


Hi I'm a new in Android development and using Android studio. I need to create *.aar lib. I created New Android library project (empty for now). How to generate *.aar file from it? Can you explain by steps? Has read a lot of topics but still unsuccessful. Thanks.

enter image description here


Solution

  • Thanks for @pskink, found out, need to build it like: "gradlew assemble" from the root of project.