Package Details: android-sdk-platform-tools 35.0.1-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: 1269
Popularity: 2.39
First Submitted: 2011-01-29 23:08 (UTC)
Last Updated: 2024-03-23 00:54 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 19 Next › Last »

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.

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

dreamingincode commented on 2020-08-19 19:21 (UTC)

@andrfgs There is no patch invocation in this PKGBUILD. You might be commmenting under the wrong package.

andrfgs commented on 2020-08-19 17:02 (UTC) (edited on 2020-08-19 17:02 (UTC) by andrfgs)

This is broken for me when prepare step begins:

patching file adb/adb.cpp
Hunk #1 succeeded at 45 (offset 1 line).
Hunk #2 succeeded at 72 (offset 8 lines).
patching file adb/client/usb_libusb.cpp
patching file adb/sysdeps/posix/network.cpp
patching file adb/types.h
Hunk #1 succeeded at 22 with fuzz 1.
can't find file to patch at input line 76
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff --git a/base/errors_unix.cpp b/base/errors_unix.cpp
|index 296995efe2..48269b6750 100644
|--- a/base/errors_unix.cpp
|+++ b/base/errors_unix.cpp
--------------------------
File to patch:

How do I know which file to manually patch?

dreamingincode commented on 2020-06-09 21:23 (UTC) (edited on 2020-06-09 21:23 (UTC) by dreamingincode)

Chatted on email and determined that the package.xml isn't required for this package, so I'm not adding for now.

Kppqju77 commented on 2020-06-09 11:05 (UTC) (edited on 2020-06-09 17:16 (UTC) by Kppqju77)

@dreamingincode could you also add package.xml so it is reported correctly in sdkmanager (for example mine reports 30.0.1 even if 30.0.2 is installed)?

dreamingincode commented on 2020-06-07 02:31 (UTC)

@dainis AUR comments are only for packaging issues. Please report issues about the software itself to the upstream.