Android build failing due to Gradlew path not configured

Description of the issue

My Android build is failing on step install-missing-android-tools

±-----------------------------------------------------------------------------+

| (4) install-missing-android-tools@2.1.1 |
±-----------------------------------------------------------------------------+
| id: install-missing-android-tools |
| version: 2.1.1 |
| collection: GitHub - bitrise-io/bitrise-steplib: New Bitrise StepLib |
| toolkit: go |
| time: 2018-06-11T07:48:21Z |
±-----------------------------------------------------------------------------+
| |
INFO[07:48:21] Start installing (golang) with apt-get
INFO[07:48:21] * [OK] Step dependency (go) installed, available.
Configs:

  • GradlewPath:
  • AndroidHome: /opt/android-sdk-linux
    Issue with input GradlewPath: parameter not specified
    | |
    ±–±--------------------------------------------------------------±---------+
    | x | install-missing-android-tools@2.1.1 (exit code: 1) | 4.05 sec |
    ±–±--------------------------------------------------------------±---------+
    | Update available: 2.1.1 → 2.2.0 |
    | Issue tracker: …bitrise-steplib/steps-install-missing-android-tools/issues |
    | Source: …://github.com/bitrise-steplib/steps-install-missing-android-tools |
    ±–±--------------------------------------------------------------±---------+
    |

Environment:

Where did the issue happen?

on Bitrise.io with stack “Android & Docker / Ubuntu”

Which build Step causes the issue and which version of the step?

install-missing-android-tools

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 and Cache:Push steps temporarily to not to use the cache, or you can delete all the caches on the Settings tab of the app. : NO
  • Does the issue happen sporadically, or every time? : Every time
  • Does upgrading the build Step to the latest version help? : NO- When did the issue start? : From the setup

Build log

Hey!

Could you please just set it to the path your gradlew is? For example ./gradlew? (It is is in your repo’s root.) Please let us know if it fixes your issue :slight_smile:

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