尝试调用虚拟方法“ android.view.View android.view.Window.getDecorView()”

时间:2019-03-22 15:36:22

标签: android android-appcompat android-preferences preferenceactivity

我将androidx.appcompat:appcompat的版本从1.1.0-alpha03更新为1.1.0-alpha02。之后,我的应用程序开始在super.onCreate(savedInstanceState);行崩溃。 它发生在扩展PreferenceActivity的类中。有解决方案吗?

1 个答案:

答案 0 :(得分:1)

已修复Appcompat的新版本( 1.1.0-alpha04 )。

implementation "androidx.appcompat:appcompat:1.1.0-alpha04"