com.android.support:support-compat对应的androix库是什么?

What is the corresponding androix library for com.android.support:support-compat?

com.android.support:support-compat实现push notifications对应的androidx库是什么?

他们说 here 它是 androidx 的一部分,但像往常一样,文档未能提供正确的指导。

implementation 'androidx.core:core:$core_version'

在您的代码中使用上面的库。 Android 提供库中的更改列表,以备日后需要检查时使用 link

对于 Java 使用 - 实施 "androidx.core:core:$core_version"

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

实施'androidx.appcompat:appcompat:1.0.0'

Refactoring using Android Studio