Search Criteria
Package Details: android-sdk-platform-tools 33.0.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/android-sdk-platform-tools.git (read-only, click to copy) |
---|---|
Package Base: | android-sdk-platform-tools |
Description: | Platform-Tools for Google Android SDK (adb and fastboot) |
Upstream URL: | http://developer.android.com/sdk/index.html |
Keywords: | android development |
Licenses: | custom |
Conflicts: | adb |
Provides: | adb, android-tools |
Submitter: | Gordin |
Maintainer: | dreamingincode |
Last Packager: | dreamingincode |
Votes: | 1257 |
Popularity: | 1.73 |
First Submitted: | 2011-01-29 23:08 (UTC) |
Last Updated: | 2022-08-29 19:32 (UTC) |
Dependencies (2)
Required by (90)
- aafm-git
- adb-starter (requires android-tools)
- adb-sync-git (requires android-tools)
- adbfs-rootless-git (requires android-tools)
- adbtuifm (requires android-tools)
- adbtuifm-bin (requires android-tools)
- adebar (requires android-tools)
- anbox-support (requires android-tools)
- android-aarch64-qt5
- android-aarch64-qt6-base
- android-armv7a-eabi-qt5
- android-bash-completion
- android-coloredlogcat
- android-completion (requires adb)
- android-platform
- android-platform-18
- android-platform-19
- android-platform-20
- android-platform-21
- android-platform-22
- Show 70 more...
Latest Comments
1 2 3 4 5 6 .. 18 Next › Last »
tb0n3 commented on 2022-11-19 16:01 (UTC)
I was getting this error when trying to use Google's latest factory image using the android-tools package and figured I would include it in this comment for search engine visibility. Both the android-tools and this AUR package are 30.0.3, but the vendor_kernel_boot partition doesn't appear to work in the standard package.
I found it does work with the version included in this package, but in order to use it you need to include the /opt/android-sdk in PATH manually in order for scripts to use this version.
shaybox commented on 2022-03-10 08:47 (UTC)
This doesn't seem to work with fish, the profile.d files use {}
yan12125 commented on 2022-02-18 01:50 (UTC)
I don't think that's possible for this package, which just extracts and installs binaries provided by Google.
rany commented on 2022-02-17 21:24 (UTC) (edited on 2022-02-17 21:26 (UTC) by rany)
@dreamincode I found the issue in question, https://issuetracker.google.com/issues/217049285
edit; can we include this patch? https://android-review.googlesource.com/c/platform/packages/modules/adb/+/1927562
rany commented on 2022-02-17 21:15 (UTC)
Never mind, avx2 had nothing to do with this. After disabling AVX2 it ended up failing on
__strcmp_sse2_unaligned
... It's something unrelated thenrany commented on 2022-02-17 21:11 (UTC)
This is my stack strace:
It seems its segfaulting on
__strcmp_avx2
but I do actually have avx2 support.rany commented on 2022-02-17 21:01 (UTC)
@dreamingincode In that case there are missing dependencies most likely, I'm experiencing this on a freshly installed Arch Linux install.
dreamingincode commented on 2022-02-17 20:58 (UTC)
@rany It works fine on my Arch Linux. Meanwhile you can always downgrade your package locally without a rollback on AUR.
rany commented on 2022-02-17 20:44 (UTC)
Can you rollback to 31.0.3? 32.0.0 broke adb (just SEGFAULts).
1 2 3 4 5 6 .. 18 Next › Last »