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: 1271
Popularity: 2.48
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 8 .. 19 Next › Last »

dainis commented on 2020-06-07 00:30 (UTC)

After update my system i have same problem with adb as txtsd (command just sits there doing nothing, and I have to Ctrl+C to break out of it.) and it is not only for this package it's for android-tools too.

dreamingincode commented on 2020-04-21 02:04 (UTC) (edited on 2020-04-21 02:04 (UTC) by dreamingincode)

Re jwa11:

You'll find the answer if you look at the PKGBUILD for android-tools ( https://git.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/android-tools ).

This package contains all the binaries from Google-released Android SDK Platform Tools, while that package manually compiles a subset of these binaries from AOSP. That package might be sufficient for non Android developers, but for developers this is more like the standard one to install. (Developers can also install Platform Tools within Android Studio, of course.)

jwa11 commented on 2020-04-20 14:09 (UTC)

What is the use of this package when community already contains a simpler-named and seemingly superior android-tools that adds its adb and fastboot executables to the $PATH? With this package I had to do pacman -Ql android-sdk-platform-tools and then run the files by typing their full paths at my prompt.

Just wondering if this is an oversight?

txtsd commented on 2020-01-04 05:58 (UTC)

Are adb commands working for everyone else? When I do adb devices or adb start-server or adb kill-server, the command just sits there doing nothing, and I have to Ctrl+C to break out of it.

Anonymo commented on 2019-03-14 17:58 (UTC) (edited on 2019-03-14 17:59 (UTC) by Anonymo)

pkgver=28.0.2

sha1sums=('46a4c02a9b8e4e2121eddf6025da3c979bf02e28'

JKAbrams commented on 2018-03-01 00:24 (UTC)

Got a another sha384:

sha384sum platform-27_r01.zip 269d9373d55f0f93994401b9d733e98b599d42c680d6d4436a91232024c298bc1e3d717288f94f85c303b2c2c93e8dc5

dreamingincode commented on 2018-01-03 01:07 (UTC) (edited on 2018-01-03 01:07 (UTC) by dreamingincode)

@caevaroy That is SDK Tools (aur/android-sdk) instead of SDK Platform Tools.

caevaroy commented on 2018-01-02 22:44 (UTC)

from https://developer.android.com/studio/index.html#downloads looks like there is a newer version https://dl.google.com/android/repository/sdk-tools-linux-3859397.zip 444e22ce8ca0f67353bda4b85175ed3731cae3ffa695ca18119cbacef1c1bea0

dreamingincode commented on 2017-10-10 07:56 (UTC) (edited on 2017-10-10 07:59 (UTC) by dreamingincode)

@tinxy Because sha1sum is used by upstream (Google) (See https://dl.google.com/android/repository/repository2-1.xml), and other Android SDK packages on AUR are also using it. Also quoting Arch Wiki (https://wiki.archlinux.org/index.php/PKGBUILD#Integrity): > The checksum type and values should always be those provided by upstream, such as in release announcements.

tinxy commented on 2017-10-10 07:42 (UTC)

Why did you downgrade to sha1sums?