Package Details: android-sdk-build-tools r35.0.1-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
Submitter: xgdgsc
Maintainer: aminvakil
Last Packager: aminvakil
Votes: 485
Popularity: 0.85
First Submitted: 2013-05-16 03:44 (UTC)
Last Updated: 2025-05-30 11:20 (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

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 Next › Last »

lonaowna commented on 2017-06-21 14:35 (UTC)

The lib32* dependencies are no longer needed. You can just replace depends_i686 and depends_x86_64 with: depends=('gcc-libs' 'zlib') ('gcc-libs' isn't strictly needed either, since it is part of the base group)

dreamingincode commented on 2017-04-27 02:05 (UTC)

25.0.3 is out: https://dl.google.com/android/repository/build-tools_r25.0.3-linux.zip db95f3a0ae376534d4d69f4cdb6fad20649f3509

xgdgsc commented on 2016-11-29 01:59 (UTC)

Anyone interested in becoming co-maintainers?

einbisschen commented on 2016-09-28 06:38 (UTC)

I needed to create the file "/etc/profile.d/android-sdk-build-tools.sh" with the content "export PATH=$PATH:/opt/android-sdk/build-tools/24.0.2" to make the commands work.

xgdgsc commented on 2016-09-26 13:17 (UTC)

@TamasBarta Why flag? I didn' t find a new version here https://dl.google.com/android/repository/repository-11.xml .

berb commented on 2016-08-24 21:03 (UTC)

Seems like the SHA1 checksum is wrong in the PKGBUILD. The correct one seems to be 84f18c392919a074fcbb9b1d967984e6b2fef8b4 at the moment (as reported in https://dl.google.com/android/repository/repository-11.xml).

normalraw commented on 2016-08-24 13:46 (UTC)

There exists a version mismatch wherein the package is installed to `/opt/android-sdk/build-tools/24.0.0` as parsed from `source.properties` even though version 24.0.1 has been specified in the PKGBUILD. As a result, uncommenting the lines responsible for setting $PATH do not work. Thoughts?

xgdgsc commented on 2016-08-13 01:58 (UTC)

@kazik117 I don' t have access to an arch machine now. Would you mind me adding you to co-maintainers to change this?

kazik117 commented on 2016-08-12 20:27 (UTC)

There is a bug version string in source.properties file. I added sed -i "s@24\.0\.0@24\.0\.1@g" "${srcdir}/$_android/source.properties" before copying files to destination.

xgdgsc commented on 2016-08-01 02:00 (UTC)

Looking for co-maintainers.