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: 486
Popularity: 0.77
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 .. 4 5 6 7 8 9 10 11 12 Next › Last »

xgdgsc commented on 2016-07-06 01:49 (UTC)

Thanks. Changed.

sjakub commented on 2016-07-05 20:01 (UTC) (edited on 2016-07-05 20:01 (UTC) by sjakub)

I am getting this warning while building with gradle: Observed package id 'build-tools;24.0.0' in inconsistent location '/opt/android-sdk/build-tools/24' (Expected '/opt/android-sdk/build-tools/24.0.0') It might be a good idea to use standard paths...

xgdgsc commented on 2016-04-04 01:08 (UTC)

Thsnks. Changed.

edh commented on 2016-04-03 09:08 (UTC)

Please use depends_i686 and depends_x86_64 [1] instead of checking the CARCH. [1] https://wiki.archlinux.org/index.php/PKGBUILD#Dependencies

xgdgsc commented on 2015-09-20 12:16 (UTC)

There' s a package for that: https://aur.archlinux.org/packages/ncurses5-compat-libs/. May need to change a few lines as I commented there.

zman0900 commented on 2015-09-20 10:27 (UTC)

Some of the libs included in this are still linked to ncurses 5. Not sure if there is anything that can even be done about it since they come pre-built, but it's probably going to cause problems. └──╼ for f in $(find /opt/android-sdk/build-tools -type f -executable); do unset OUT; OUT=$(ldd $f | grep 'ncurses.*\.so\.5'); if [ -n "$OUT" ]; then echo "====> $f"; echo -e $OUT; echo ""; fi; done ====> /opt/android-sdk/build-tools/23.0.1/lib/libclang.so libncurses.so.5 => not found libncurses.so.5 => not found ====> /opt/android-sdk/build-tools/23.0.1/lib/libLLVM.so libncurses.so.5 => not found ====> /opt/android-sdk/build-tools/23.0.1/lib/libbcc.so libncurses.so.5 => not found libncurses.so.5 => not found libncurses.so.5 => not found ====> /opt/android-sdk/build-tools/23.0.1/lib/libbcinfo.so libncurses.so.5 => not found libncurses.so.5 => not found ====> /opt/android-sdk/build-tools/23.0.1/llvm-rs-cc libncurses.so.5 => not found libncurses.so.5 => not found libncurses.so.5 => not found ====> /opt/android-sdk/build-tools/23.0.1/bcc_compat libncurses.so.5 => not found libncurses.so.5 => not found libncurses.so.5 => not found libncurses.so.5 => not found

davidbailey00 commented on 2015-09-19 10:00 (UTC)

sorry, thought there was a v24 (as android-sdk is v24) so I flagged, can't seem to unflag now.

xgdgsc commented on 2015-05-07 02:30 (UTC)

@Jesin Why flag out of date? There is no new version. https://developer.android.com/tools/revisions/build-tools.html https://dl-ssl.google.com/android/repository/repository-10.xml