I want to build this project with Android Studio at launching, but take a error. Stacktrace is here
I had the same problem. I had installed Java 8 and Java 9. I set JAVA_HOME to Java 8, but Gradle was using Java 9.
JAVA_HOME
I changed the JDK in File->Project Structure to Java 8 and it worked.