Bitrise Build Issue Report template
Description of the issue
I have an install-missing-android-tools step that is failing from last couple of days. Only difference i see in the logs is AndroidHome path file it is “/usr/local/share/android-sdk” for unsuccessful build and “/Users/vagrant/Library/Developer/Xamarin/android-sdk-macosx” for successful build.
Given below is the error i see in logs.
Retrying…
Failed to ensure android components, error: output: > Configure project :app
Caused by: java.lang.RuntimeException: Failed to install the following SDK components:
[Android SDK Build-Tools 26.0.3]
Please install the missing components using the SDK manager in Android Studio.
Environment:
install-missing-android-tools : 2.3.7
Stack : Default Xcode 10.3.x, on macOS 10.14(Mojave)
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? : everytime
- Does upgrading the build Step to the latest version help? : NO
- When did the issue start? :