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
when i run this app,with the following poroblems,my jdk version is 1.7,what should i do ? thanks ps:retrolambda need jdk version 1.8?
Error:Execution failed for task ':app:compileDebugJava'.
When running gradle with java 6 or 7, you must set the path to jdk8, either with property retrolambda.jdk or environment variable JAVA8_HOME
The text was updated successfully, but these errors were encountered:
Yes,me too,how to fix it?
Sorry, something went wrong.
adding to build.gradle (app module):
retrolambda { jdk 'C:\Program Files\Java\jdk1.8.0_65' // Or whatever path you have }
install jdk 1.8 (http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html)
No branches or pull requests
when i run this app,with the following poroblems,my jdk version is 1.7,what should i do ? thanks
ps:retrolambda need jdk version 1.8?
Error:Execution failed for task ':app:compileDebugJava'.
The text was updated successfully, but these errors were encountered: