📌  相关文章
📜  : 错误: 包 android.support.v4.content 不存在导入 android.support.v4.content.ContextCompat; - 无论代码示例

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

代码示例2
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