Description
EAS Cloud Build consistently fails during the JavaScript bundling phase for Android builds.
Error
Unknown error. See logs of the Bundle JavaScript build phase for more information.
Environment
- Expo SDK: 55.0.0
- EAS CLI: 18.4.0
- Build Type: preview (internal distribution)
Steps to Reproduce
- Clone the repository
- Run
eas build --platform android --profile preview
- Build fails during JavaScript bundling phase
Additional Context
- Local
expo export --platform android works correctly (bundles successfully)
- The office-game assets are being pre-built in the workflow
- Multiple rebuild attempts all fail with the same error
Questions
- Is there a known workaround for building Android APKs with SDK 55?
- Could this be related to the Gradle/Node.js version on EAS build servers?
- Any guidance on how to successfully build the Android APK appreciated.
Description
EAS Cloud Build consistently fails during the JavaScript bundling phase for Android builds.
Error
Environment
Steps to Reproduce
eas build --platform android --profile previewAdditional Context
expo export --platform androidworks correctly (bundles successfully)Questions