I use Expo 46.
I would like to change some config in my AndroidManifest so I run an npx expo prebuild that generates an android folder without error.
But then my eas build is not working anymore (it is if I don't run prebuild).
I get this error:
Failed to find 'build.gradle' file for project: /home/expo/workingdir/build/android/app.
Am I missing something?