Search code examples
androidandroid-support-libraryandroidxandroid-jetpack

Can I use library that uses Androidx with support library project?


My project uses support library and library which i have added as dependency uses androidx.Can i build app without replacing my project's support library APIs with androidx?

I have already seen this answer but my question is opposite of that.


Solution

  • Using support libraries is not a recommended practice anymore, and you should migrate to androidx as soon as possible. Migration is easy, and Android Studio takes care of the heavy lifting for you.