02-20 16:28:22.920: E/AndroidRuntime(8523): java.lang.ClassCastException: android.widget.GridView cannot be cast to android.widget.TextView
02-20 16:28:22.920: E/AndroidRuntime(8523): at android.widget.SimpleExpandableListAdapter.bindView(SimpleExpandableListAdapter.java:247)

由于SimpleExpandableListAdapter  bindView方法217行使用的textview导致

解决方法是自定义adapter,继承BaseExpandableListAdapter

 

 

REFERENCES:http://www.eoeandroid.com/code/2011/1202/220.html

相关文章:

  • 2021-08-25
  • 2021-12-28
  • 2021-07-24
  • 2022-12-23
  • 2022-01-15
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-07-14
  • 2022-12-23
  • 2021-10-14
  • 2021-10-28
  • 2021-08-10
  • 2021-08-02
  • 2021-09-02
相关资源
相似解决方案