
Create an Android library | Android Studio | Android Developers
4 days ago · An Android library is structurally the same as an Android app module. It includes everything needed to build an app, including source code, resource files, and an Android manifest.
Explore the Jetpack libraries by type | Android Developers
4 days ago · * Popular and often-used library Warning: The `security-crypto` and `security-crypto-ktx` libraries have been deprecated and no further versions will be shipped.
Learn Car App Library fundamentals - Android Developers
Jun 17, 2025 · In this codelab you learn how to build distraction-optimized apps for Android Auto and Android Automotive OS using the Android for Cars App Library. You first add support for Android …
Use the Android for Cars App Library
Nov 5, 2025 · The Android for Cars Testing Library provides auxiliary classes that you can use to validate your app's behavior in a test environment. For example, the SessionController lets you …
Publish your library | Android Studio | Android Developers
May 28, 2025 · Publishing an Android library involves preparing it for release, configuring publication variants and test fixtures, and distributing it.
Build a templated media app - Android Developers
4 days ago · Media apps using the Car App Library templates can customize their media browsing and playback experience while ensuring the experience is optimized for car screens and minimizes …
Add build dependencies | Android Studio | Android Developers
4 days ago · The Gradle build system in Android Studio lets you include external binaries or other library modules to your build as dependencies. The dependencies can be located on your machine or in a …
In-app updates | Other Play guides | Android Developers
Jul 21, 2025 · In-app updates is a Google Play Core libraries feature that prompts active users to update your app. The in-app updates feature is supported on devices running Android 5.0 (API level 21) or …
Prepare your library for release - Android Developers
4 days ago · This page describes the properties and options needed to prepare your Android library project for publication using the Android Gradle plugin (AGP). Even if you set some of these …
Support Library - Android Developers
May 20, 2024 · Originally a single binary library for apps, the Android Support Library has evolved into a suite of libraries for app development. Many of these libraries are now a strongly recommended, if …