Error:Execution failed for task ':app:compileDailyDebugJavaWithJavac'.
> When running gradle with java 5, 6 or 7, you must set the path to jdk8, either with property retrolambda.jdk or environment variable JAVA8_HOME
伊谢尔伦2017-04-17 17:24:48
The jdk version is too low and does not match the gradle version. Upgrading to 1.8 will be ok.