gpt4 book ai didi

android - 如何在 AndroidX 上使用该库?

转载 作者:行者123 更新时间:2023-11-29 15:34:49 25 4
gpt4 key购买 nike

我编写了一个支持AndroidX 的库。如果我还不想将我的项目迁移到 AndroidX,我该如何使用这个库进行迁移?

最佳答案

许多支持 AndroidX 的流行库都说了类似“如果你现在想使用这个库,请迁移到 AndroidX 或使用旧版本”之类的话。所以我认为您不能将 AndroidX 库用于非 AndroidX 项目。

支持库和 AndroidX 有不同的包命名空间。将来,AndroidX 库中的新更改将不会在支持库中提供。

将项目迁移到 AndroidX 或将库降级为支持库。

更新

正如 mlyko 的评论所述,jetifier 具有反向模式:

https://developer.android.com/studio/command-line/jetifier#reverse_mode

In this mode, the utility converts AndroidX APIs to the support library equivalents, instead of the other way around. Reverse mode is useful, for example, if you are developing libraries that use AndroidX APIs, but also need to distribute versions that use the support library.

我还没有尝试过,但看起来很有希望。

关于android - 如何在 AndroidX 上使用该库?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53188260/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com