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'
】不飞则已,一飞冲天;不鸣则已,一鸣惊人。这篇文章主要讲述Your content must have a ListView whose id attribute is '
android.R.id.list'
相关的知识,希望能为你提供帮助。
修改ListView的ID为 ‘
@android:id/list ’
< ListView android:id="@android:id/list" android:layout_width="fill_parent" android:layout_height="wrap_content" />
推荐阅读
- Android_ADB 常用 shell命令 和 sqlite3 简单增删改查
- Android开发7(简单的数据存储(使?SharedPreferences)和文件操作)
- Android开发——减小APK大小
- Android安卓“adb控件android+sqlite3”
- React-Native开发之原生模块封装(Android)升级版
- Android网络开发之WIFI
- Android开启手电筒功能(完美适配Android4x,5x,6x)
- Android三级缓存机制工具类的实现
- Android6.0系统启动流程分析一(init进程)