Skip to content

Releases: bitrise-steplib/steps-install-missing-android-tools

3.2.1

25 Apr 14:02
6f93547
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.2.0...3.2.1

3.2.0

04 Jul 08:40
2d89aef
Compare
Choose a tag to compare

What's Changed

  • Improve Gradle command error messages by @godrei in #99

Full Changelog: 3.1.0...3.2.0

3.1.0

25 Jul 13:50
b77cfa8
Compare
Choose a tag to compare

What's Changed

  • Make sure jenv finds at least one valid JAVA installation by @fehersanyi-bitrise in #95
  • Add step input (gradlew_dependencies_options) for specifying additional gradle options by @godrei in #96

New Contributors

Full Changelog: 3.0.1...3.1.0

3.0.1

23 Feb 08:17
b8edd92
Compare
Choose a tag to compare

What's Changed

  • [#94] Improve error messages

Full Changelog: 3.0.0...3.0.1

3.0.0

20 Sep 15:01
adccaaa
Compare
Choose a tag to compare

Breaking change

[#84] Installing NDK now requires an exact version number instead of major revision only (23.0.7599858 vs 23)

This allows exact NDK installations and also fixes installing the latest release (23.0.7599858).
If you don't need Android NDK in your builds, you don't have to do anything. If you need a specific NDK version, use the NDK version input to define the dependency.

Please note that the NDK install location also changed slightly: instead of $ANDROID_HOME/ndk-bundle/, this step now installs to $ANDROID_HOME/ndk/$VERSION/ where $VERSION is the requested NDK version. The $ANDROID_NDK_HOME env var also points to the install location for compatibility.

2.4.1

04 Aug 09:00
15f4b8b
Compare
Choose a tag to compare

(#81) Fix incorrect NDK installation on some macOS stacks

2.4.0

28 Jul 07:29
34ea253
Compare
Choose a tag to compare

NDK installation improvements:

  • (#79) Fix NDK revision 22 install failure (could not find platforms dir)
  • (#80) Change NDK install location to $sdk/ndk-bundle. Newer Android Gradle Plugin versions look for this folder instead of using $ANDROID_NDK_HOME (this env var is still set by the step though)

2.3.9

24 Jun 13:50
6ed845c
Compare
Choose a tag to compare

Will now look up Android command-line tools (sdmanager, avdmanager) and emulator on more paths.

Using the value of ANDROID_SDK_ROOT environment variable to locate Android SDK, in case ANDROID_HOME is unset.
Will now look for command-line tools under ANDROID_SDK_ROOT/cmdline-tools/VERSION/bin, where VERSION can be latest or a fixed version like 4.0. (The previous location under ANDROID_SDK_ROOT/tools/bin is used as a fallback.)

2.3.8

13 Jan 14:10
Compare
Choose a tag to compare
  • Step description improvements.

2.3.7

04 Jul 10:00
Compare
Choose a tag to compare

Fixed android support lib regex.
Added test case for Android support lib.