Search Criteria
Package Details: android-sdk-build-tools r34.0.0-1
Package Actions
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: | 475 |
Popularity: | 0.81 |
First Submitted: | 2013-05-16 03:44 (UTC) |
Last Updated: | 2023-03-22 20:19 (UTC) |
Dependencies (4)
- gcc-libs (gccrs-libs-git, gcc-libs-git, gcc11-libs)
- zlib (zlib-ng-compat-git, zlib-git, zlib-ng-compat)
- lib32-gcc-libs (lib32-gccrs-libs-git, lib32-gcc-libs-git) (optional)
- lib32-zlib (optional)
Required by (22)
- android-aarch64-openssl (make)
- android-aarch64-qt5
- android-aarch64-qt6-base
- android-apktool-git
- android-armv7a-eabi-openssl (make)
- android-armv7a-eabi-qt5
- android-x86-64-openssl (make)
- android-x86-64-qt5
- android-x86-openssl (make)
- android-x86-qt5
- apk-editor-studio
- apk-editor-studio-bin
- apk-preview
- apk-resigner (optional)
- apk-thumbnailer
- cvmconfigurator-git (optional)
- fdroidserver (optional)
- fdroidserver-git (optional)
- nodejs-cordova (optional)
- unity-editor-android
- Show 2 more...
Latest Comments
1 2 3 4 5 6 .. 10 Next › Last »
mynacol commented on 2022-12-04 20:13 (UTC)
Thanks @NextAlone for the comment. I opted to create explicit variables for major, minor and micro version numbers instead of your suggestion 👍
NextAlone commented on 2022-12-03 16:38 (UTC) (edited on 2022-12-03 16:42 (UTC) by NextAlone)
Something wrong with dest dir,
r33.0.1
installed into/opt/android-sdk/build-tools/33.0.1.0.0
, and version is detected as0.0.0
, so changes are below, may this be reviewed and fixed.Floriantoine commented on 2022-08-09 12:01 (UTC)
I use Quasar with cordova which allows to put an application on mobile, cordova uses android-sdk-build-tools, when I launch the build it gives me a message that I had not signed the packages! but i finally found the problem. the command line signs in the wrong place! you had to move the signatures for cordova to detect them!
Sorry for not updating my post! I hope this can help someone else!
mynacol commented on 2022-08-09 11:17 (UTC)
@Floriantoine: Can you provide more information/error messages?
I don't sign AUR packages, but I can't imagine a reason why this particular package would have problems being signed. Maybe check with the documentation how to sign packages again?
Floriantoine commented on 2022-08-03 13:53 (UTC)
Is still impossible for me to sign the package, I place the order the return tells me that everything is well signed, yet nothing concerning this package... a solution ?
mynacol commented on 2022-07-15 16:57 (UTC)
Hi @gnaggnoyil, android-sdk-build-tools does contain d8 and some other executables. They are stored in a directory with non-executables, so adding it to the PATH is problematic. Thus I created the symlinks.
I made an exception for lld, which is a package in the official repos. I do not intend to add another exception for an AUR package. The question is: what happens when you manually remove the symlink or install v8-r with
pacman -U --overwrite /usr/bin/d8 [pkg]
?gnaggnoyil commented on 2022-07-08 17:26 (UTC)
This package has conflicting file
usr/bin/d8
with the aur/v8-r package. Is there any way to resolve this file conflict error? FYI,usr/bin/d8
in v8-r package is an actual executable instead of a symlink.oneup commented on 2022-04-25 17:18 (UTC)
Package doesn't provide dx - description should be updated and broken /usr/bin/dx link should be removed
mynacol commented on 2022-04-23 13:43 (UTC)
@acer189 That's expected. I included the package.xml in the package, so you don't have to accept the license in Android Studio.
acer189 commented on 2022-04-17 10:16 (UTC) (edited on 2022-04-17 10:17 (UTC) by acer189)
Unfortunately an update to the current version did not work for me. The error message:
1 2 3 4 5 6 .. 10 Next › Last »