[Solved] ListPreference android 2.3.3 setIcon : NoSuchMethodError
You minising for me. ok. But it’s better to give some available solutions to the problem. But it is easier to place minuses. This is solution for the ListPreference, workable for lower then HoneyComb android too : public class IconPreference extends ListPreference { private Drawable mIcon; public IconPreference(Context context, AttributeSet attrs) { this(context, attrs, 0); … Read more