I\'m trying to generate a signed apk but I always get the same error.
To run dex in process, the Gradle daemon needs a larger heap.
It currently has approxim
I was also finding for the gradle.properties file to enable/disable AOSP Accelerate Clean Builds with Build Cache as explained in the Android Studio user-guide page.
I found the file here through a simple search find -name 'gradle.properties' inside my AOSP root directory
my_AOSP_root/tools/build/gradle.properties