Error when building android APK

Hi all,

I’m encountering issues when building our app, since updating to SDK version 32. i keep getting the following errors:

. When I run expo build:android locally the build succeeds.

Any idea what can cause this?

ENOSPC means there is not enough disk space for NodeJS, maybe you run out of space?

It is thrown also when no more watchers can be set. If you have enough space left, then it may be because of watchers, you should run the next line:

echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p

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