Stay organized with collections
Save and categorize content based on your preferences.
AndroidX replaces the original support library APIs with packages in the
androidx namespace. Only the package and Maven artifact names changed; class,
method, and field names did not change.
Prerequisites
Before you migrate, bring your app up to date.
We recommend updating your project to use the final version of the support
library: version 28.0.0.
This is because AndroidX artifacts with version 1.0.0 are binary equivalent to
the Support Library 28.0.0 artifacts.
Mappings
If you run into issues because your project hasn't fully migrated to AndroidX,
refer to these tables to determine the proper mappings from the support library
to the corresponding AndroidX artifacts and classes:
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 2024-07-26 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 2024-07-26 UTC."],[],[]]