今天迫不及待的升级了macbook,然后,果不其然,原先的android源码编译环境果然不能用了。
javac: target release 1.5 conflicts with default source release 1.8
不知道各位有没有遇到过这样的错误?
javac: target release 1.5 conflicts with default source release 1.8
不知道各位有没有遇到过这样的错误?
1
yxssfxwzy Oct 17, 2014
java版本不对吗?
|
2
dotpig Oct 17, 2014
重新安装 Java。
|
3
momogzp OP 搞定了,不小心按到了intellij,提示需要安装java6,然后点击安装就可以了- -
|