Blog Infos
Author
Published
Topics
,
Published
Steps to create an Android library, blockers while creating it and how to resolve them

 

plugins {
id 'com.android.library'
...
}
view raw build.gradle hosted with ❤ by GitHub
./gradlew task

Once you get list of available tasks, you can execute it using the following command:

./gradlew <taskname>

To build an AAR, you can use the command,

./gradlew build

Job Offers

Job Offers

There are currently no vacancies.

OUR VIDEO RECOMMENDATION

, , ,

Caution! App Work Ahead! Architecture Design for Design Libraries

A well-constructed design library connects design and feature teams in a meaningful and effective way.
Watch Video

Caution! App Work Ahead! Architecture Design for Design Libraries

R. Lee Creasy & Rhys Stever
Principal Engineer & Engineer
Comcast

Caution! App Work Ahead! Architecture Design for Design Libraries

R. Lee Creasy & Rh ...
Principal Engineer & ...
Comcast

Caution! App Work Ahead! Architecture Design for Design Libraries

R. Lee Creasy & ...
Principal Engineer & Engi ...
Comcast

Jobs

Thanks to Andy Dyer.

YOU MAY BE INTERESTED IN

YOU MAY BE INTERESTED IN

blog
Modern mobile applications are already quite serious enterprise projects that are developed by hundreds…
READ MORE
blog
Managing dependencies in a single module project is pretty simple, but when you start…
READ MORE
blog
Creating features in Android development often involves repetitive tasks like setting up screen files,…
READ MORE
blog
When developing an Android or Kotlin Multiplatform (KMM) library, it’s often helpful to test…
READ MORE
Menu