Bitrise Build Issue Report template
Description of the issue
I’m trying to build a simple android app
Environment:
Where did the issue happen?
Failed to ensure android components, error: output: FAILURE: Build completed with 2 failures.
1: Task failed with an exception.
- Where:
Build file ‘/bitrise/src/android/app/build.gradle’ line: 79
- What went wrong:
A problem occurred evaluating project ‘:app’.
Could not read script ‘/bitrise/src/node_modules/react-native/react.gradle’ as it does not exist.
- Try:
Run with --info or --debug option to get more log output. Run with --scan to get full insights.
- Exception is:
org.gradle.api.GradleScriptException: A problem occurred evaluating project ‘:app’.
Reproducibility
- Does a “Rebuild” help? (You can trigger a rebuild from the Build’s page, by clicking the “Rebuild” button in the top right corner of a finished build) : NO
- Does a rebuild without caches help? (You can remove the
Cache:Pull
andCache:Push
steps temporarily to not to use the cache, or you can delete all the caches on theSettings
tab of the app. : NO - Does the issue happen sporadically, or every time? : Yes
- Does upgrading the build Step to the latest version help? : NO
- When did the issue start? : Manually
Build log
How to fix it ?