Package Details: android-sdk-platform-tools 35.0.2-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: 1273
Popularity: 1.76
First Submitted: 2011-01-29 23:08 (UTC)
Last Updated: 2024-10-17 06:45 (UTC)

Latest Comments

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

VictorBravo9er commented on 2024-12-20 04:00 (UTC) (edited on 2024-12-20 05:55 (UTC) by VictorBravo9er)

_❯ adb devices
* daemon not running; starting now at tcp:5037
ADB server didn't ACK
Full server startup log: /tmp/adb.1000.log
Server had pid: 27630
--- adb starting (pid 27630) ---
12-20 09:29:45.017 27630 27630 I adb     : main.cpp:63 Android Debug Bridge version 1.0.41
12-20 09:29:45.017 27630 27630 I adb     : main.cpp:63 Version 35.0.2-12147458
12-20 09:29:45.017 27630 27630 I adb     : main.cpp:63 Installed as /opt/android-sdk/platform-tools/adb
12-20 09:29:45.017 27630 27630 I adb     : main.cpp:63 Running on Linux 6.6.65-1-MANJARO (x86_64)
12-20 09:29:45.017 27630 27630 I adb     : main.cpp:63 
12-20 09:29:45.020 27630 27630 I adb     : auth.cpp:416 adb_auth_init...
12-20 09:29:45.021 27630 27630 I adb     : auth.cpp:152 loaded new key from '/home/victor/.android/adbkey' with fingerprint C768D2602C67E4B37E428C2FD1FBD8E284088B99D3EC4AE957221102F8A7196B
12-20 09:29:45.021 27630 27630 I adb     : auth.cpp:391 adb_auth_inotify_init...
12-20 09:29:45.022 27630 27630 I adb     : udp_socket.cpp:170 AdbUdpSocket fd=12
12-20 09:29:45.022 27630 27630 I adb     : udp_socket.cpp:170 AdbUdpSocket fd=16
12-20 09:29:45.022 27630 27630 I adb     : udp_socket.cpp:274 SetMulticastOutboundInterface for index=3
12-20 09:29:45.022 27630 27630 I adb     : udp_socket.cpp:533 bind endpoint=0.0.0.0:5353
12-20 09:29:45.022 27630 27630 I adb     : udp_socket.cpp:274 SetMulticastOutboundInterface for index=3
12-20 09:29:45.022 27630 27630 I adb     : udp_socket.cpp:558 bind endpoint=[0000:0000:0000:0000:0000:0000:0000:0000]:5353 scope_id=0
12-20 09:29:46.021 27630 27630 E adb     : usb_libusb.cpp:598 failed to open device: Access denied (insufficient permissions)
12-20 09:29:46.021 27630 27630 I adb     : transport.cpp:1153 47b4d8db: connection terminated: failed to open device: Access denied (insufficient permissions)

* failed to start daemon
adb: failed to check server version: cannot connect to daemon

Since when does adb require elevated priviledges?

matj1 commented on 2024-06-11 06:08 (UTC)

These tools are installed in /opt/android-sdk/platform-tools. It seems that the PKGBUILD adds the directory to PATH only for sh and csh and not other shells. I use Nushell, so I have a problem similar to what php4fan has. I added it to PATH manually.

php4fan commented on 2024-03-25 16:36 (UTC)

I installed this package and I still don't seem to have the adb command:

$ adb
zsh: correct 'adb' to '_adb' [nyae]? n
zsh: command not found: adb

Am I missing something?

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.