

Would appreciate any suggestions to resolve this issue, tips on how to debug this kind of thing down the road, etc. As far as I'm aware, I also haven't updated any libraries either. I'm puzzled as to why I'm suddenly hitting this issue now, and why I can't seem to be able to re-create the APK's I've been building without problems until recently. manually increased the -Xmx value in both Android Studio\bin\ and the 64-bit equivalent.I tried copying over the gradle lib folder from my Android Studio projects. Added =-Xmx1024m to my gradle.properties file This allows a general maximum memory allocation (heap size) of 1GB.Run the clean step, rebuilt, manually deleted intermediate files.


gitignore, to guarantee it's a fresh build Re-clone the entire project in a new location to rule out and intermetiate files that might be pulled in with the.Reset version control to previous version I know was generating APK's fine.Read Gradle's configuration guideRead about Java's heap size Mple, the following line, in the gradle.properties file, sets the maximum Java heap size to 1,024 MB: As far as I know, nothing was changed except a data file, and my "Build APK" step mysteriously started failing with this message in the gradle console: FAILURE: Build failed with an exception.Įxecution failed for task ':VrSamples:Native:myproject:Projects:Android:packageDebug'.Īnd in my "messages" window I see this error: Error:Execution failed for task ':VrSamples:Native:myproject:Projects:Android:packageDebug'. I've been building an APK for android with my current project with success until very recently.
