参考:Android Studio 工程能编译打包运行,但是类中的R文件报错问题 - 简书 https://www.jianshu.com/p/83b532aaa050
解决方法:
在Android Studio 安装目录bin/idea.properties,
idea.max.intellisense.filesize=2500,调大如5000.保存改文件 重启Android Studio
本文介绍了解决Android Studio中R文件报错的问题,通过调整idea.max.intellisense.filesize参数值来提高IntelliSense文件大小限制,从而避免R文件在大型项目中出现错误。
参考:Android Studio 工程能编译打包运行,但是类中的R文件报错问题 - 简书 https://www.jianshu.com/p/83b532aaa050
解决方法:
在Android Studio 安装目录bin/idea.properties,
idea.max.intellisense.filesize=2500,调大如5000.保存改文件 重启Android Studio

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