You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The usage of an .aar file in Android can now be archived with a creation of an libs directory in your app directory and then used as an dependency in your app/build.gradle as follows:
dependencies {
// other dependencies...
// Color picker one:
implementation files('libs/color_picker_lib_filename.aar')
}
The text was updated successfully, but these errors were encountered:
The usage of an
.aar
file in Android can now be archived with a creation of anlibs
directory in yourapp directory
and then used as an dependency in yourapp/build.gradle
as follows:The text was updated successfully, but these errors were encountered: