I created my Android library package (aar), and the build result was created in ".. \ app \ build \ output \ aar". The file in this folder is called "app-debug.aar", so I think it was built in debug mode, so I would like to know how to generate the released release, that is, "app-release.aar". How can i do this? In addition, is it possible to generate an assembly with a different user name, for example, "myCustomAppName-release.aar" instead of "app-release.aar".
android android-studio android-library
user1624552 Dec 25 '14 at 10:15 2014-12-25 10:15
source share