Package Details: android-sdk-build-tools r37.0.0-1

Git Clone URL: https://aur.archlinux.org/android-sdk-build-tools.git (read-only, click to copy)
Package Base: android-sdk-build-tools
Description: Build-Tools for Google Android SDK (aapt, aidl, dexdump, dx, llvm-rs-cc)
Upstream URL: https://developer.android.com/studio/releases/build-tools
Keywords: android
Licenses: custom
Conflicts: zipalign
Provides: zipalign
Submitter: xgdgsc
Maintainer: aminvakil
Last Packager: aminvakil
Votes: 494
Popularity: 2.24
First Submitted: 2013-05-16 03:44 (UTC)
Last Updated: 2026-03-29 12:25 (UTC)

Dependencies (7)

Sources (2)

Pinned Comments

aminvakil commented on 2025-03-26 13:43 (UTC)

This repository is maintained at https://github.com/aminvakil/aur.

In case anyone had any suggestions about anything, feel free to raise a PR there.

Latest Comments

1 2 3 4 5 6 .. 12 Next › Last »

aminvakil commented on 2026-03-28 17:07 (UTC)

@medaminezghal Both of these return 404 for me.

https://dl.google.com/android/repository/build-tools_r37.0.0-linux.zip https://dl.google.com/android/repository/build-tools_r37.0.0_linux.zip

Also https://developer.android.com/tools/releases/build-tools has not been updated, do you have the correct URL?

Martchus commented on 2025-11-23 16:04 (UTC)

Thanks for the quick update.

aminvakil commented on 2025-11-22 05:17 (UTC)

@medaminezghal @Martchus It got fixed in https://aur.archlinux.org/cgit/aur.git/commit/?h=android-sdk-build-tools&id=5c8b58d, thanks!

Martchus commented on 2025-11-21 22:49 (UTC)

And that's not just about Android Studio. The builds of my Qt apps also fail due to this.

Here's a version that fixes this (based on the comment from @medaminezghal): https://github.com/Martchus/PKGBUILDs/tree/master/android-sdk-build-tools/default

medaminezghal commented on 2025-11-21 19:15 (UTC)

@aminvakil to make sure that Android Studio read the package correctly you need to make sure that the latest lines of the package.xml look like:

<localPackage path="build-tools;36.1.0" obsolete="false">
<type-details xsi:type="ns5:genericDetailsType"/>
<revision>
<major>36</major>
<minor>1</minor>
<micro>0</micro>
</revision>
<display-name>Android SDK Build-Tools 36.1.0</display-name>
<uses-license ref="android-sdk-license"/>
</localPackage>

Also the package need to be installed under /opt/android-sdk/build-tools/36.1.0 not /opt/android-sdk/build-tools/36.1

aminvakil commented on 2025-05-30 11:08 (UTC)

@Anquihald I'll add it to optdepends, without a pkgrel bump.

Anquihald commented on 2025-05-30 00:42 (UTC)

Hello. Two of the binaries, bcc-compat and llvm-rs-cc, require ncurses version 5 to work. Maybe it might be worth adding ncurses5-compat-libsᴬᵁᴿ in a list of dependencies?

aminvakil commented on 2025-03-26 13:43 (UTC)

This repository is maintained at https://github.com/aminvakil/aur.

In case anyone had any suggestions about anything, feel free to raise a PR there.

aminvakil commented on 2025-01-24 15:30 (UTC) (edited on 2025-01-24 15:35 (UTC) by aminvakil)

These still returns 404 for me, maybe a mess from website as Martchus said? https://dl.google.com/android/repository/build-tools_r35-linux.zip https://dl.google.com/android/repository/build-tools_r35.0.1-linux.zip

Nevermind, they have changed - to _ .

Martchus commented on 2025-01-24 12:51 (UTC)

Yes, probably just nobody updates the website. And as mentioned, this would be useful for following other documentation such as https://developer.android.com/guide/practices/page-sizes.