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

被折叠的 条评论
为什么被折叠?



