Skip to content

[all OS versions] Android SDK tools will be changed to Command line tools on July, 12 #3638

@miketimofeev

Description

@miketimofeev

Breaking changes
All the Android tools will be installed using sdkmanager from the Command line tools package rather than sdkmanager from SDK tools.

Target date
Image deployment will start July, 12 and will take 3-4 days.

The motivation for the changes
SDK Tools package is deprecated and no longer receiving updates, google recommends using command-line tools instead.
https://developer.android.com/studio/releases/sdk-tools
image

Possible impact
There should be no visible impact, but it is better to switch your pipeline to use command line tools' sdkmanager as well.

Virtual environments affected

  • Ubuntu 16.04
  • Ubuntu 18.04
  • Ubuntu 20.04
  • macOS 10.13
  • macOS 10.14
  • macOS 10.15
  • macOS 11
  • Windows Server 2016 R2
  • Windows Server 2019

Mitigation ways
Change the path to the sdkmanager in your code:

  • Windows
    $env:ANDROID_SDK_ROOT/tools/bin/sdkmanager.bat -> $env:ANDROID_SDK_ROOT/cmdline-tools/latest/bin/sdkmanager.bat
  • Linux & macOS
    $ANDROID_SDK_ROOT/tools/bin/sdkmanager -> $ANDROID_SDK_ROOT/cmdline-tools/latest/bin/sdkmanager

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions