gpt4 book ai didi

java - 找不到 PreferenceScreen 类

转载 作者:太空宇宙 更新时间:2023-11-03 11:32:13 26 4
gpt4 key购买 nike

我有一个简单的 preferences.xml:

<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent" >
<PreferenceCategory
android:title="First Category">
<CheckBoxPreference
....

我的android版本是2.1(API7)java是1.6,使用eclipse indigo。在 package explorer 中有 android.jar,打开它后有 android.preference 包。

即便如此,我还是收到以下错误:

com.android.layoutlib.bridge.MockView cannot be cast to android.view.ViewGroup
Exception details are logged in Window > Show View > Error Log
The following classes could not be found:
- PreferenceCategory (Fix Build Path, Edit XML)
- PreferenceScreen (Fix Build Path, Edit XML)

我该怎么办?提前致谢

最佳答案

如果 preferences.xml 不在 res/xml 中,您应该将它移到那里。我猜这可能是您问题的根源。

关于java - 找不到 PreferenceScreen 类,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11539692/

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