当前位置:   article > 正文

关于listView.setAdapter(adapter)报空指针异常的问题_listview setadapter空指针

listview setadapter空指针

问题:listView.setAdapter(adapter)报空。

1、先在 listView = (ListView) this.findViewById(R.id.listView);后用

  if(listView==null)
        Log.i("debug","null");

调试。

listView为空。

2、检查

  1. <ListView
  2. android:layout_width="fill_parent"
  3. android:layout_height="fill_parent"
  4. android:id="@+id/listView" />
是否正确。

一般问题在于将android:id写成android:text ,改正问题。

运行程序若继续报null。

3、点击Eclipse菜单“项目”->“清理”->选的当前项目->确定。

这样重新生成了项目中所有class文件。

4、运行程序,问题解决。

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/菜鸟追梦旅行/article/detail/320698
推荐阅读
相关标签
  

闽ICP备14008679号