Package Details: android-sdk-build-tools r34.0.0-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
Submitter: xgdgsc
Maintainer: mynacol
Last Packager: mynacol
Votes: 482
Popularity: 1.76
First Submitted: 2013-05-16 03:44 (UTC)
Last Updated: 2023-06-14 18:28 (UTC)

Dependencies (6)

Sources (2)

Latest Comments

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

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

incomingstick commented on 2015-05-05 16:12 (UTC)

yaourt output when updating: aur/android-sdk-build-tools r19.0.3-1 -> r22.0.1-1