Build fails since image `circleci/android:api-28` has been updated!

Everything was going well Before circleci/android:api-28 has been updated 3 days ago. check https://hub.docker.com/r/circleci/android/tags
Since the update all builds fails with error:

> Failed to install the following Android SDK packages as some licences have not been accepted.
     build-tools;28.0.3 Android SDK Build-Tools 28.0.3
     platforms;android-28 Android SDK Platform 28
  To build this project, accept the SDK license agreements and install the missing components using the Android Studio SDK Manager.
  Alternatively, to transfer the license agreements from one workstation to another, see http://d.android.com/r/studio-ui/export-licenses.html
  
  Using Android SDK: /opt/android/sdk

I tried circleci/android:api-28-alpha and things work again!

You could pin to your last working hash until you know what the problem is.

This issue is also being discussed here.

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