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 2 3 4 5 6 7 8 9 10 .. 12 Next › Last »

mynacol commented on 2020-11-29 17:57 (UTC)

@OJFord Up to now, no one has complained. If you want it, I can set it up. In the PKGBUILD is a relevant section, but commented out.

OJFord commented on 2020-11-29 17:08 (UTC)

Is it intended that aapt et al. end up in /opt/android-sdk/build-tools/30.0.2/; likely not on PATH?

mynacol commented on 2020-08-28 10:13 (UTC)

Thanks @somekool for your prior work!

somekool commented on 2020-08-27 23:08 (UTC)

I don't know how I ended up becoming the maintainer of this project. but I am definitely not the right person. please take it from me.

mynacol commented on 2020-06-22 08:58 (UTC)

@Kppqju77 You are right, Android Studio serves r30.0.0, so I updated the package accordingly

Kppqju77 commented on 2020-06-22 06:17 (UTC) (edited on 2020-06-22 06:29 (UTC) by Kppqju77)

The #Pkg.Revision with rc4 might refer to the fact that the 30.0.0 has the same content as rc4... But in android studio & sdkmanager it is listed without the "rc4", so I think it's out of RC...

mynacol commented on 2020-06-16 10:45 (UTC)

For me it is not clear, if version 30 is a release candidate or not. https://developer.android.com/studio/releases/build-tools lists version 30.0.0 as release candidate 4.

The zip at https://dl-ssl.google.com/android/repository/build-tools_r30-linux.zip lists in android-11/source.properties

Pkg.Revision=30.0.0
#Pkg.Revision=30.0.0 rc4

If nobody clarifies, I rather wait to be sure it is a stable version.

Kppqju77 commented on 2020-06-16 10:33 (UTC) (edited on 2020-06-16 10:36 (UTC) by Kppqju77)

For the profile.d addin in version 30 we need to be careful as DL address use "30", but profile.d addin needs "30.0.0". I had to declare a

_longver=30.0.0


echo 'export PATH=$PATH:/opt/android-sdk/build-tools/'"$_longver/" > etc/profile.d/${pkgname}.sh
echo 'setenv PATH ${PATH}:/opt/android-sdk/build-tools/'"$_longver/" > etc/profile.d/${pkgname}.csh

This will change with 30.0.1 release anyway (usually DL link use the same format then)

BubuIIC commented on 2020-05-25 00:18 (UTC)

Debian has bash completion and a man page for aapt, would it be possible to add this to this package? https://salsa.debian.org/android-tools-team/android-platform-frameworks-base/-/tree/master/debian

BubuIIC commented on 2020-05-19 15:36 (UTC)

Any particular reason why the profile.d addin is disabled by default?