Gradle Build is stuck while running symja library in android studio

Issue #125 closed
Shahrukh Haider created an issue

Hi, I am using symja-2015-08-08.jar file in my android project. I have no other dependencies and other external jar files. There are no errors while gradle build. But while running the project the gradle build keeps running for hours. The project runs fine if I delete the jar file from the libs folder (android studio).

I am using android studio 2.2.2 and latest gradle build tools.

Please Help.

Comments (7)

  1. Axel Kramer repo owner

    in the gradle.properties file increase the gradle heap:

    org.gradle.jvmargs=-Xmx2048m
    
  2. Log in to comment