I got this build error and I have no idea how to fix it.
* Where:
Build file '/Users/ec2-user/app-builder/STAGING/client/packages/app-standalone/platformBuilds/app_296767_android/app/build.gradle' line: 9
* What went wrong:
A problem occurred evaluating project ':app'.
> Malformed \uxxxx encoding.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 1s
I’m unfamiliar with this error, but I’ll look into it. Are you still experiencing the same problem?
What I get from googling the “Malformed \uxxxx encoding” I would guess that you have somewhere, in the app name or a formula or data resource or logic, a lone \ which causes this problem. If you need to use \ somewhere in a formula etc., use \\ and it will appear as \.