📌  相关文章
📜  包 android.support.v4.content 不存在 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:40.747000             🧑  作者: Mango

代码示例3
This is likely happening because one of your dependencies is now using AndroidX
instead of the support library. This means all dependencies need to use it, but
this one hasn't been upgraded yet.

There is a tool which can handle the conversion for you, but it's currently 
experimental.

https://github.com/mikehardy/jetifier#usage-for-source-files