Package Details: android-sdk-build-tools r36.1-2

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: 492
Popularity: 1.11
First Submitted: 2013-05-16 03:44 (UTC)
Last Updated: 2025-11-22 05:16 (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 »

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.

Misery commented on 2025-01-24 12:22 (UTC)

I think the website is just "outdated". There is 35.0.1 in sdkmanager already and 36.0.0-rc

So please update to 35.0.1 as sdkmanager uses it as newest version.

build-tools;35.0.0 | 35.0.0 | Android SDK Build-Tools 35
build-tools;35.0.0-rc1 | 35.0.0 rc1 | Android SDK Build-Tools 35-rc1
build-tools;35.0.0-rc2 | 35.0.0 rc2 | Android SDK Build-Tools 35-rc2
build-tools;35.0.0-rc3 | 35.0.0 rc3 | Android SDK Build-Tools 35-rc3
build-tools;35.0.0-rc4 | 35.0.0 rc4 | Android SDK Build-Tools 35-rc4
build-tools;35.0.1 | 35.0.1 | Android SDK Build-Tools 35.0.1
build-tools;36.0.0-rc1 | 36.0.0 rc1 | Android SDK Build-Tools 36-rc1
build-tools;36.0.0-rc3 | 36.0.0 rc3 | Android SDK Build-Tools 36-rc3
build-tools;36.0.0-rc4 | 36.0.0 rc4 | Android SDK Build-Tools 36-rc4