Wired Out of memory: Java heap space error with ffmpeg library
问题 Well this is the error I get: 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: <em>org.gradle.jvmargs=-Xmx1024m</em> and it is because of: implementation 'nl.bravobit:android-ffmpeg:1.1.7' when I remove that the error gets gone.Well the error is saying increase the heap size to 1024MB and I did increase it to 10GB it's not