解决Your content must have a ListView whose id attribute is "android.R.id.list"的问题
犀渠玉剑良家子,白马金羁侠少年。这篇文章主要讲述解决Your content must have a ListView whose id attribute is "
android.R.id.list"
的问题相关的知识,希望能为你提供帮助。
在使用ListView控件时id命名有个要注意的地方:当你程序报错:Your content must have a ListView whose id attribute is "android.R.id.list"
当主Activity继承了ListActivity,而ListActivity中必须有一个ListView,因为ListActivity启动时会默认去寻找这个ListView的id,如果没有找到,就会报错。书写源文件的id不能像平常自定义id一样的格式,并且id名是固定的list。如下:
【解决Your content must have a ListView whose id attribute is "
android.R.id.list"
的问题】
文章图片
推荐阅读
- Android数据加密之Base64编码算法
- 移动app自动化测试
- Appium-desktop安装与使用
- android 常见错误集锦
- Spring中ApplicationContext与BeanFactory容器的区别
- applicationContext.xml配置文件
- **Mapper.xml配置文件(不同情况不同配置)
- android 真机调试时ADB.exe 未响应解决办法
- adb获取Android性能数据