Crashlytics Generate Symbols gradle step fails: GC Overhead Limit Exceeded
问题 I'm converting a project from gradle version 3.3 to 4.10.1. This project is mostly C++ code built using a custom build step - not CMake (externalNativeBuild) or Android.mk(ndkBuild). It produces the following libraries: armeabi-v7a unstripped: 883.2MB arm64-v8a unstripped: 864.6MB armeabi-v7a stripped: 15.6MB arm64-v8a stripped: 23.9MB The build process fails at the crashlyticsGenerateSymbolsGoogleDistribution step, with the error OutOfMemoryError: GC Overhead Limit Exceeded. Is there a