This question shows research effort; it is useful and clear
2
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
我正在尝试从Android Support Libraryto重构AndroidX,所以我删除了com.android.support:xxx依赖项并androidx.xxx改为使用。但是我在项目中使用的其他一些库仍然依赖于Android Support Library. 如果我删除支持库,他们可能找不到类。我在网上找了很久。但是没有用。我应该怎么做才能确保我不会同时使用“Android Support Library”和“AndroidX”?提前致谢。