Files
MoGoEagleEye/libraries/mogo-adas-data/README.md
2022-03-30 15:13:35 +08:00

15 lines
654 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 工控机PB文件 用于生成Java Bean
## 1. studio中*.proto文件中如果出现“Cannot resolve symbol 'xxxx'”提示
**不影响正常编译只影响美观以及无法在proto文件中跳转**
~~~
1. setting> Languages & Frameworks>Protocol Buffers 取消选中Configure automatically
2. 点击加号选择proto文件所在路径例如\MoGoEagleEye\libraries\mogo-adas-data\src\main\proto 点击OK
~~~
## 2. 遇到例如 MessagePad.Header 提示找不到的情况
**不影响正常编译,只影响美观以及无法点击跳转**
~~~
1. 选中mogo-adas-data
2. 点击Build> Make Moudle 'MoGoEagleEye.libraries.mogo-adas-data'
~~~