gpt4 book ai didi

android - 找不到生命周期服务

转载 作者:行者123 更新时间:2023-12-03 18:40:18 24 4
gpt4 key购买 nike

我正在尝试扩展 LifecycleService .我在 build.gradle 中实现了以下内容

implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.2.0"

下面的行给出了错误:
internal class MyService: LifecycleService() {

Unresolved reference: LifecycleService



我在这里做错了什么?

最佳答案

根据 Lifecycle Declaring dependencies , 你需要使用 lifecycle-service使用 LifecycleService :

implementation "androidx.lifecycle:lifecycle-service:2.2.0"

(这将是 lifecycle-runtime-ktx 的补充)

关于android - 找不到生命周期服务,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60470881/

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