首页 > 解决方案 > com.android.support:support-compat 对应的 android 库是什么?

问题描述

要实现的相应androidx库是什么?com.android.support:support-compatpush notifications

他们在这里说它是 androidx 的一部分,但像往常一样,文档未能提供正确的方向。

标签: androidandroidx

解决方案


对于 Java 使用 - 实现“androidx.core:core:$core_version”

对于 Kotlin 使用 - 实现“androidx.core:core-ktx:$core_version”


推荐阅读