标签:run

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. For more information see https://docs.gradle.org/current/userguide/build_environment.html

andorid studio 运行正常,通过命令行react-native run-android 报错。 如图: android1024.png 解决: 1:app下build.gradle修改 defaultConf…