Package Details: android-sdk-platform-tools 35.0.0-1

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: 1270
Popularity: 3.11
First Submitted: 2011-01-29 23:08 (UTC)
Last Updated: 2024-02-18 20:47 (UTC)

Latest Comments

1 2 3 4 5 6 .. 19 Next › Last »

nezu commented on 2023-10-19 11:14 (UTC)

please add package.xml Without it trying to build apps with capacitor results in:

ERR_SDK_PACKAGE_NOT_FOUND: SDK package not found by location: /opt/android-sdk/platform-tools.

and while trying to debug it I discovered that it's trying to read the /opt/android-sdk/platform-tools/package.xml file and failing because it doesn't exist.

marwell commented on 2023-05-20 10:23 (UTC)

@zjeffer Thanks a lot, worked here, too.

zjeffer commented on 2023-05-13 17:48 (UTC)

@wequin I had the same problem. Removing the source folder (mine was located at ~/.cache/paru/clone/android-sdk-platform-tools) and retrying fixed the issue.

wequin commented on 2023-05-11 07:21 (UTC) (edited on 2023-05-11 07:47 (UTC) by wequin)

==> Validating source files with sha1sums...
    platform-tools_r34.0.1-linux.zip ... FAILED
    adb.service ... Passed
    license.html ... Passed
==> ERROR: One or more files did not pass the validity check!

This is the checksum I get, cross-verified by downloading over two seperate networks to ensure no tampering -

> sha1sum platform-tools_r34.0.1-linux.zip
7e8f205a0cfe574ffecb6ec41e6496f5328211fd  platform-tools_r34.0.1-linux.zip

tb0n3 commented on 2022-11-19 16:01 (UTC)

device requires partition vendor_kernel_boot which is not known to this version of fastboot

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)

can we include this patch?

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 then

rany commented on 2022-02-17 21:11 (UTC)

This is my stack strace:

Stack trace of thread 27528:
#0  0x00007ffa695bf61e __strcmp_avx2 (libc.so.6 + 0x17e61e)
#1  0x000055e1ccb9d5d8 n/a (/home/user/Downloads/platform-tools/adb + 0x1c25d8)
ELF object binary architecture: AMD x86-64

It seems its segfaulting on __strcmp_avx2 but I do actually have avx2 support.