gpt4 book ai didi

android - 无法访问androidx.lifecycle.LifecycleOwner,Android中error是什么意思?

转载 作者:行者123 更新时间:2023-12-03 09:57:50 32 4
gpt4 key购买 nike

在哪种情况下 android-build/android-studio 会显示这些错误?

Cannot access androidx.lifecycle.LifecycleOwner and
Cannot access androidx.lifecycle.ViewModelStoreOwner



这个错误是什么意思?我发现添加 androidx.lifecycle:lifecycle-viewmodel由于依赖解决了这些错误,我想知道错误在 Android Activity LifeCycle 方面的含义(或者它是否与生命周期有关)。

例如,在此代码中调用 `super' onSavedInstanceState 会显示此错误
public class AppActivity extends FragmentActivity {

@Override
protected void onSaveInstanceState(Bundle outState) {
super.onSaveInstanceState(outState); // Cannot access androidx.lifecycle.LifecycleOwner
}

}

什么时候应该使用 Android Lifecycles,什么时候应该避免使用它?

最佳答案

将此添加到您的 gradle 依赖项

implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'

关于android - 无法访问androidx.lifecycle.LifecycleOwner,Android中error是什么意思?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57762145/

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