We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
No branches or pull requests
本周工作
环境配置
项目的构建与运行
本周遇到的问题与解决办法
S1:Protobuf版本改成2.5.0即可
S2:在目录src/google/protobuf/stubs/platform_macros.h for version 2.5.0中添加#elif defined(arm64) #define GOOGLE_PROTOBUF_ARCH_ARM 1 #define GOOGLE_PROTOBUF_ARCH_64_BIT 1
S3:之前使用的版本是JDK11,改为JDK8后适配Scala2.11.8
[ERROR] error while loading , Error accessing /Users/xxx/.m2/repository/com/github/fommil/netlib/netlib-native_system-linux-
armhf/1.1/netlib-native_system-linux-armhf-1.1-natives.jar
S4:删除了一个jar包(具体忘记哪个了),并通过pom重新倒入即可
S5:修改IDEA的configuration,把provided的包也引入进来
下周计划
The text was updated successfully, but these errors were encountered: