Skip to content
#

Android Library

An Android library is structurally the same as an Android app module. It can include everything needed to build an app, including source code, resource files, and an Android manifest. However, instead of compiling into an APK that runs on a device, an Android library compiles into an Android Archive (AAR) file that you can use as a dependency for an Android app module.

Here are 2,331 public repositories matching this topic...

AboutLibraries automatically collects all dependencies and licenses of any gradle project (Kotlin MultiPlatform), and provides easy to integrate UI components for Android and Compose-jb environments

  • Updated Aug 23, 2024
  • Kotlin
Followers
230 followers
Website
developer.android.com/studio/projects/android-library

Related Topics

android