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: aminvakil
Last Packager: aminvakil
Votes: 484
Popularity: 0.20
First Submitted: 2013-05-16 03:44 (UTC)
Last Updated: 2024-06-17 17:52 (UTC)

Dependencies (6)

Sources (2)

Latest Comments

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

xgdgsc commented on 2017-06-22 02:44 (UTC)

android-sdk-build-tools E: Dependency lib32-zlib detected and not included (libraries ['usr/lib32/libz.so.1'] needed in files ['opt/android-sdk/build-tools/26.0.0/mipsel-linux-android-ld', 'opt/android-sdk/build-tools/26.0.0/i686-linux-android-ld', 'opt/android-sdk/build-tools/26.0.0/aarch64-linux-android-ld', 'opt/android-sdk/build-tools/26.0.0/arm-linux-androideabi-ld']) android-sdk-build-tools E: Dependency clang detected and not included (libraries ['usr/lib/libclang.so'] needed in files ['opt/android-sdk/build-tools/26.0.0/llvm-rs-cc']) android-sdk-build-tools W: Dependency included and not needed ('ncurses5-compat-libs') This is namcap output.

lonaowna commented on 2017-06-21 14:50 (UTC) (edited on 2017-06-21 16:05 (UTC) by lonaowna)

@dreamingincode, I tested all the binaries in /opt/android-sdk/build-tools/26.0.0, and all of them seem to work fine. All that link to libz link to the 64-bit one. (check with ldd *) While testing I also found that /opt/android-sdk/build-tools/26.0.0/bcc_compat doesn't work without the ncurses5-compat-libs package. So that should probably be added as a dependency.

dreamingincode commented on 2017-06-21 14:39 (UTC) (edited on 2017-06-21 15:20 (UTC) by dreamingincode)

[Removed for being incorrect]

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?