我在我的 android 应用程序中使用 symja android 库和 log4。但是由于某种原因,每次我运行该项目时,我都会卡住app:preDexDebug
大约 20 分钟,然后给出错误:
* What went wrong:
Execution failed for task ':app:preDexDebug'.
> com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'C:\Program Files\Java\jdk1.8.0_60\bin\java.exe'' finished with non-zero exit value 3
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or -- debug option to get more log output.
在 gradle build 消息中,我得到:
20:24:24.722 [ERROR] [org.gradle.api.Project] AGPBI:{"kind":"simple","text":"UNEXPECTED TOP-LEVEL ERROR:","sources":[{}]}
AGPBI: {"kind":"simple","text":"java.lang.OutOfMemoryError: GC overhead limit exceeded","sources":[{}]}
我知道它与 symja 库有关,而不是 log4,因为当我删除 symja 时它工作得很好。
我正在使用symja-2015-09-26
&log4j-1.2.11
来自https://bitbucket.org/axelclk/symja_android_library/downloads
请帮忙!!