android build process failed

hello,

I am trying to build my app for android with expo sdk 31.0.0

expo build:android

and getting FAILED with below message.

the build process is running on expo server, so I dont know what to do with this error.

[stderr] * What went wrong:
[stderr] Execution failed for task ‘:app:mergeProdMinSdkProdKernelReleaseResources’.
[stderr] > Error: java.util.concurrent.ExecutionException: com.android.builder.internal.aapt.v2.Aapt2Exception: AAPT2 error: check logs for details
[stderr] * Try:
[stderr] 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.
[stderr] * Get more help at https://help.gradle.org
[stderr] BUILD FAILED in 5m 36s
684 actionable tasks: 684 executed
Error: Process exited with non-zero code: 1
at ChildProcess.child.on (/app/node_modules/@expo/spawn-async/build/spawnAsync.js:39:21)
at emitTwo (events.js:126:13)
at ChildProcess.emit (events.js:214:7)
at maybeClose (internal/child_process.js:915:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.