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

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.

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...