安卓写项目中途R文件消失,且显示Cannot find the declaration of element 'LinearLayout'

安卓新建项目没有问题,R文件是存在的,但是后面在加入了item_detail.xml文件,再运行后,R文件就消失了
跟着报错找到item_detail.xml文件,发现LinearLayout下有标记,显示Cannot find the declaration of element 'LinearLayout'

Error:(17) No resource identifier found for attribute 'lineHeight' in package 'android'
Error:Execution failed for task ':app:processDebugResources'.

com.android.ide.common.process.ProcessException: Failed to execute aapt

img

img

网上找了各种方法了,关闭重新打开,rebuild,改build.gradle啥的都试过了,还是不太行,求指导

你把lineHeight删了试试呢

将lineHeight删除