I am not able to solve these two problems in the gradlew step can someone tell me how to fix it please? I’ve scoured the internet and can’t find a solution.
the errors are:
Execution failed for task ‘:app:mergeDexRelease’.
It is
java.lang.StackOverflowError (no error message)
wodin
June 7, 2023, 11:45am
2
Hi @ericfragoso
Search for the first entry in the log where it says something like:
> Task :something FAILED
and get the error messages after that.
The stack overflow often seems to happen when the build fails. It is a red herring. The actual cause will be further up in the logs.
See also:
wodin
June 8, 2023, 4:59pm
4
Hi @okospeter
Please start a new thread about this. Your errors are unrelated to this thread.