idea导入Protocol buffers编译的代码报错,无法导入
原因是Protocol buffers协议多了以后后整个项目比较大,超过了idea的限制了,调节下配置就可以了。找到idea安装目录bin/idea.properties文件idea.max.intellisense.filesize=92500 #默认2500...
·
- 原因是Protocol buffers协议多了以后后整个项目比较大,超过了idea的限制了,调节下配置就可以了。
- 找到idea安装目录
bin/idea.properties文件
idea.max.intellisense.filesize=92500 #默认2500
更多推荐




所有评论(0)