请问下老师,我在打包的时候遇到了这么个问题,报错如下:
Running dex as a separate process.
To run dex in process, the Gradle daemon needs a larger heap.
It currently has 1024 MB.
For faster builds, increase the maximum heap size for the Gradle daemon to at least 1536 MB.
To do this set org.gradle.jvmargs=-Xmx1536M in the project gradle.properties.
我查了大致是说一个堆栈溢出的问题?请问有没有什么解决办法?暂时网上我也没查到解决方案。
谢谢!