android-build-environment icon indicating copy to clipboard operation
android-build-environment copied to clipboard

Update build-tools version

Open JemarJones opened this issue 9 years ago • 0 comments

Attempting to use this docker image to build on bitbucket pipelines i get the following error:

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring project ':androidcore'.
> failed to find Build Tools revision 23.0.3

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Looking at your Dockerfile i can see the following:

ENV ANDROID_COMPONENTS platform-tools,android-23,android-24,build-tools-23.0.2,build-tools-24.0.0

Is there any way i can make this compatible? Perhaps if the build-tools was updated?

JemarJones avatar Nov 09 '16 20:11 JemarJones