[Android-Tips] findviewbyid function returns null

本文介绍了当Android应用出现布局资源返回空导致的异常时的解决办法。主要问题在于XML布局文件中使用了旧版的ID引用方式,应将其更改为android.id格式;若遇到与R.id有关的编译错误,手动执行项目构建刷新R文件即可解决。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

*)if you run the android app, and it displays an exception, then you find the resource returned by findviewbyid is null,

most likely you are using the old style "id" in you xml layout file, change it to "android.id" will fix your problem.

*)if there is a compile error related to R.id.**, please build your project manually to refresh the R file.

if you perform a clean and build, eclipse may indicate you to fix project build path error, yet you just need to remove the R file and recreate it by building the project once again.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值