PreferenceScreen has no child tags

224 Views Asked by At

For some strange reason I am getting this strange error when I do ctrl+space on a prefferenceScreen.xml

The errors are: PreferenceScreen has no child tags & PreferenceScreen has no known child tags

I am using eclipse.

How do you fix this? or should I just code over it and hope I don't make spelling errors.

1

There are 1 best solutions below

0
On BEST ANSWER

It worked without the need for the library help. Although I still find it strange that some other projects do have auto-help for different types such as EditTextPreference or CheckBoxPreference.