[ Web Proxy ]
URL:
Viewing: https://developer.android.com/jetpack/androidx [Back]  [Original]

AndroidX overview  |  Jetpack  |  Android Developers Skip to main content
Essentials Design & Plan Develop Google Play Blog
Search:
Android Studio
Android Developers [Android Developers]

AndroidX overview Stay organized with collections Save and categorize content based on your preferences.

The androidx namespace comprises the Android Jetpack libraries. Like the Support Library, libraries in the androidx namespace ship separately from the Android platform and provide backward compatibility across Android releases.

AndroidX is a major improvement to the original Android Support Library, which is no longer maintained. androidx packages fully replace the Support Library by providing feature parity and new libraries.

In addition, AndroidX includes the following features:

Note: Jetpack libraries don't send any user data to a backend service of any kind. This means that integrating a Jetpack library into your app has no impact on your app's Data safety form in the Play Console.

Using androidx libraries in your project

Current AGP supports using the androidx libraries by default. See Migrating to AndroidX to learn how to migrate an existing project.

For projects that haven't migrated, or have legacy dependencies that have not, AGP provides the following flags that can be set in your project's gradle.properties file.

Note: Libraries in androidx officially support the Gradle build tool with Android Gradle plugin and don't test or maintain compatibility with any other build configuration.

API Reference

All the packages and classes in the androidx namespace can be found in the AndroidX reference section.

Additional Resources

Learn more about components on the Jetpack home page. For more information about the package refactoring from the Support Library to androidx, see the blog post on that topic.

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2026-06-07 UTC.

[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-06-07 UTC."],[],[]]

Web Proxy Viewer  |  New URL  |  Original Page