Android Images - April 2022 Update

Hey Everyone!

New Android images for both machine (VM) and Docker are available:

jobs:
  docker-job:
    docker:
      - image: cimg/android:2022.04.1

  vm-job:
    machine:
      image: android:2022.04.1

What’s New

Android Docker

  • Updated Android ndk (current): 22.1.7171670 → 24.0.8215888
  • gcloud CLI 375 → 380
  • Maven: 3.8.4 → 3.8.5
  • Gradle: 7.4 → 7.4.2

Android VM

For the Android machine image, we’ve begin using a new naming scheme.
The naming scheme, starting with this image, is yyyy.mm.<release> where <release> is the numbered release of that month. Each release of a month starts with a 1 and will increment there as needed.

  • Includes all of the Docker/Cimg updates
  • Node.js (current) 17.4.0 → 17.8.0
  • Yarn: 1.22.17 → 1.22.18
  • Docker Compose: 2.2.3 → 2.4.1
  • cmake: 3.6.4111459 → 3.10.2.4988404
  • Docker CE 5.20.10 → 5.20.14

Software

Here is a list of the major software installed on each image. If multiple versions are present, the default is shown here:

Android VM Android Docker
Docker 20.10.14 20.10.13
Docker Compose 2.4.1 2.4.1
Docker Compose Switch 1.0.4 1.0.4
Google Cloud SDK 380.0.0 380.0.0
Android Platform 24 → 32, Tiramisu 24 → 32, Tiramisu
Android Build Tools 32.0.0 32.0.0
Node.js 16.14.2 16.14.2 (Node variant)
npm 8.6.0 8.3.1
yarn 1.22.18 1.22.5
Android NDK 23.1.7779620 23.1.7779620
OpenJDK 11.0.13 11.0.14
Maven 3.8.5 3.8.5
Gradle 7.4.2 7.4.2
cmake 3.18.1 3.18.1
Python 3.10.2 Bundled with gCloud SDK
Ruby 3.1.1 2.7.0
extras android;m2, google;m2, google play services android;m2, google;m2, google play services
1 Like