Android testing CI faliing (all platforms)
See original GitHub issueAndroid Testing CI has been failing for many days, and thus it’s been difficult to diagnose issues with it failing with Bazel@HEAD
Here is a failure for Unbuntu 16 this morning using Bazel@HEAD:
(02:09:03) ERROR: missing input file 'external/androidsdk/build-tools/28.0.2/lib/dx.jar', owner: '@androidsdk//:build-tools/28.0.2/lib/dx.jar'
--
| (02:09:03) ERROR: /var/lib/buildkite-agent/.cache/bazel/_bazel_buildkite-agent/d3e6522be4da9d904ab54b448eb64f5e/external/androidsdk/BUILD.bazel:8:1: @androidsdk//:dx_jar_import: missing input file '@androidsdk//:build-tools/28.0.2/lib/dx.jar'
I think this dependency was updated in a recent commit?
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Dealing with emulator issues and Android UI test failures on CI
Sometimes virtual device launches result in a failure. They can even die during your build run, and it can leave you clueless, why...
Read more >Failing Android Instrumental Test CI job without failing any tests
I currently try to build a GitLab CI script for Android development. It runs on shared runners currently, planning on registering a runner...
Read more >Travis CI Android Tests: no connected devices - Stack Overflow
Running the build seems to work so far, but when it comes to the tests, it complains about "No connected devices!" :app:connectedAndroidTestDebug FAILED...
Read more >Avoid Frequently Failing Tests With Continuous Integration
With the implementation of CI tools, we ensure a better way for QA professionals to deploy automated tests across multiple instances, runs, ...
Read more >Troubleshooting Continuous Integration, or How to Debug ...
Troubleshooting Continuous Integration, or How to Debug Tests That Fail on CI, but Pass Locally · Don't Relaunch the CI Build · Rebase...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
LGTM, I’ll roll out new images with 28.x and 29.x build tools on all platforms tomorrow morning and will retry the failed jobs then. 👍
@philwo the ubuntu failures are https://github.com/android/testing-samples/issues/303, will be fixed by https://github.com/android/testing-samples/pull/309
I’m thinking of disabling the Windows pipeline. There isn’t anyone working on Windows support for Android now.