当前位置:网站首页>findViewById返回null的问题
findViewById返回null的问题
2022-08-11 04:30:00 【百口可乐__】
最近刚接触android编程,使用listview发现程序运行崩溃闪退,发现是findViewById返回了null值
查找错误原来是
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
}
setContentView(R.layout.activity_main);被我注释掉了!!导致在加载视图之前使用findViewById寻找控件id!访问视图没有加载出来控件id是找不到的
findViewById要写在setContentView后面
setContentView(R.layout.activity_main);
ListView listView = (ListView)findViewById(R.id.lv);
边栏推荐
- LeetCode Brush Questions Day 11 String Series "58 Last Word Length"
- 洛谷P2150 寿司晚宴
- uni-app - city selection index list / city list sorted by A-Z (uview component library IndexList index list)
- 拼多多店铺营业执照相关问题
- "104 Maximum Depth of Binary Trees" in LeetCode's Day 12 Binary Tree Series
- es-head插件插入查询以及条件查询(五)
- JwsManager service interface implementation class - the jni implementation
- Introduction to c # a week of high-level programming c # - LINQ Day Four
- leetcode刷题第13天二叉树系列之《98 BST及其验证》
- Pinduoduo store business license related issues
猜你喜欢
自研能力再获认可,腾讯云数据库入选 Forrester Translytical 报告
Jetson Orin平台4-16路 GMSL2/GSML1相机采集套件推荐
【FPGA】day22-SPI protocol loopback
Where can machine learning be applied?What is machine learning useful for?
JVM 垃圾回收的概述与机制
干货:服务器网卡组技术原理与实践
快速使用UE4制作”大场景游戏“
"104 Maximum Depth of Binary Trees" in LeetCode's Day 12 Binary Tree Series
「转」“搜索”的原理,架构,实现,实践,面试不用再怕了
es-head plugin insert query and conditional query (5)
随机推荐
How to learn machine learning?machine learning process
机器学习中什么是集成学习?
Provincial level of Echart maps, as well as all prefecture-level download and use
力扣——青蛙跳台阶问题
Enter the starting position, the ending position intercepts the linked list
"98 BST and Its Verification" of the 13th day of leetcode brushing series of binary tree series
【力扣】22.括号生成
rub the heat - do not open
Self-research capability was recognized again, and Tencent Cloud Database was included in the Forrester Translytical report
蹭个热度-请勿打开
一文读懂 高性能可预期数据中心网络
洛谷P4061 大吉大利,晚上吃鸡
解决多线程调用sql存储过程问题
源代码加密技术浅析
Harvesting of radio frequency energy
UNI-APP_iphone bottom safe area
视觉任务种常用的类别文件之一json文件
校园兼职平台项目反思
redis按照正则批量删除key
优先级队列