Quantcast
Channel: Active questions tagged react-native+android - Stack Overflow
Viewing all articles
Browse latest Browse all 29628

CI/CD BitRise React Native Android Build Failing

$
0
0

Facing issue while build on BitRise.io

I have a React Native Project which builds successfully on local.Using BitRise.io for CI CD.Added App and provided all the essential information and keystore file as well.Followed their getting started guide and everything they'll need is in place.

Tried to build multiple times but getting this error :

Failed to open project, error: no build.gradle or build.gradle.kts file found in (/Users/vagrant/git)| x | android-build@0 (exit code: 1)

format_version: '8'default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.gitproject_type: react-nativetrigger_map:- push_branch: "*"  workflow: primary- pull_request_source_branch: "*"  workflow: primaryworkflows:  deploy:    steps:    - android-build@0.10.0:        inputs:        - project_location: "$PROJECT_LOCATION"  primary:    steps:    - activate-ssh-key@4.0.3:        run_if: '{{getenv "SSH_RSA_PRIVATE_KEY" | ne ""}}'    - git-clone@4.0.17: {}    - script@1.1.5:        title: Do anything with Script step    - npm@1.1.0:        inputs:        - command: install    - install-missing-android-tools@2.3.7:        inputs:        - gradlew_path: "$PROJECT_LOCATION/gradlew"    - android-build@0: {}    - sign-apk@1: {}    - deploy-to-bitrise-io@1.9.2: {}app:  envs:  - opts:      is_expand: false    PROJECT_LOCATION: android  - opts:      is_expand: false    MODULE: app  - opts:      is_expand: false    VARIANT: release  - opts:      is_expand: false    BITRISE_PROJECT_PATH: ios/sekuraRN.xcworkspace  - opts:      is_expand: false    BITRISE_SCHEME: sekuraRN  - opts:      is_expand: false    BITRISE_EXPORT_METHOD: ad-hoc

Not sure why they are not able to find build.gradle.


Viewing all articles
Browse latest Browse all 29628

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>