位置: 首页>> java.lang.IllegalStateException:

java.lang.IllegalStateException:

09-16 09:43:58.242: ERROR/AndroidRuntime(340): java.lang.IllegalStateException: The content of the adapter has changed but ListView did not receive a notification. Make sure the content of your adapter is not modified from a background thread, but only from the UI thread. [in ListView(2131165315, class android.widget.ListView) with Adapter(class android.widget.HeaderViewListAdapter)]
这个错误是你更新listview适配器adapter时,没有及时通知。
解决方法:在你更新之后,adapter发通知。adapter.notifyDataSetChanged();

No Responses To This Post So Far(Rss)

Post a comment