Manifest for circleci/android:api-19-alpha not found

Starting container circleci/android:api-19-alpha
image cache not found on this host, downloading circleci/android:api-19-alpha
Error response from daemon: manifest for circleci/android:api-19-alpha not found

I have:

- image: circleci/android:api-19-alpha

in my config.yml file.

Advice?

Hi there,

We don’t have an Android image for SDK 19 at present. We currently just build images back as far as SDK 23:

Does your app build with SDK 19? Or does it just support 19 a minimum SDK level?

To get past this issue, you will either need to find a public Docker image that contains SDK 19, or build your own image.

Thanks,

Marc

Thanks for the information. It supports 19 at a minimum.