安卓编译失败,报GC overhead limit exceeded

请问如何设置编译的上限内存,我用的是版本是1.4.1beta1

应该是 NDK 编译过程中使用的内存过高,可以尝试增加 JVM 的内存

https://stackoverflow.com/questions/11578123/how-to-increase-java-heap-memory-permanently

也可以关闭这个类型的警告

https://stackoverflow.com/a/1393522/1949120