NervJS / taro-native-shell

Taro 原生 React Native 壳子
MIT License
200 stars 106 forks source link

android路过,Androidstudio编译都过不了 #24

Closed ja-zhou closed 4 years ago

ja-zhou commented 4 years ago

Androidstudio编译都过不了, org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 放开这条注释都报内存溢出,设置-Xmx12048m,一个多小时都没编译过去,内存都占到了5g,里面是否有死循环

Out of memory: Java heap space. Please assign more memory to Gradle in the project's gradle.properties file. For example, the following line, in the gradle.properties file, sets the maximum Java heap size to 1,024 MB: org.gradle.jvmargs=-Xmx1024m

ja-zhou commented 4 years ago

cnpm安装包不行,要用yarn