报错:
当启动一个页面的时候报错No static field XXX of type I in class Lcom/XXX/R$id,可是你的布局中能够找到该id,也没有findViewById错误。
解决办法:
把报错空间所在的的layout的文件名更换,可避免android加载错误的布局文件。
由:
https://www.jianshu.com/p/06c247ec655a
https://blog.csdn.net/u011163115/article/details/52333835
解决。