Has anyone experienced this or do you know what I ...
# community-support
m
Has anyone experienced this or do you know what I should be checking for ?? that leads me to my other question, is how can I run the build from a command line, because I want to use the extensions to get more details.. thanking you in advance!! (No rush.. I'm leaving for Toronto tomorrow morning where I will be presenting my VR project the next day lol!!! ) ๐Ÿ™
๐Ÿงต 1
v
Please do not split topics across several threads. This makes following the conversation in the threads view very hard as the context of the other messages is missing. If you have additional information either edit the original message or post to its thread. Regarding the problem, while trying to compress your assets, you get an error that some required array size is too large. That's not something from Gradle, but from the Android Gradle Plugin. You might better ask in an Android community about it if none here can help and Google doesn't know. Regarding the addendum question, usually you just use the
gradlew
scripts included with a project's sources to run the Gradle build. But as you do not use Gradle, but some wrapper around that probably generates and executes the build, you have to ask that tool how to do it properly.