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.49
First Submitted: 2011-01-29 23:08 (UTC)
Last Updated: 2024-03-23 00:54 (UTC)

Latest Comments

« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 14 15 .. 19 Next › Last »

egore911 commented on 2014-05-21 11:39 (UTC)

I did this patch to get the latest (19.0.2) version installed. --- PKGBUILD 2013-12-20 19:05:29.000000000 +0100 +++ PKGBUILD 2014-05-21 13:36:26.673827477 +0200 @@ -1,7 +1,7 @@ # Maintainer: Gordin <9ordin @t gmail dot com> pkgname=android-sdk-platform-tools -pkgver=r19.0.1 +pkgver=r19.0.2 pkgrel=1 pkgdesc='Platform-Tools for Google Android SDK (adb and fastboot)' arch=('i686' 'x86_64') @@ -20,7 +20,7 @@ source=("http://dl-ssl.google.com/android/repository/platform-tools_${pkgver}-linux.zip" "adb.service" "license.html") -sha256sums=('9d58c5f3a4b6a17bee7547dbe99fabb189a92e9cd07a3dcb8ac64138cace2b78' +sha256sums=('ebf110dded7c78474eb2e4f1833c8a7759d4d564773a767225b7d2d6204eec4b' '1c219abea7584ae13f3f76b04e269ef21c1699d6bd29b7615523f927a9d10deb' 'a7f3a259290ae6a5dc61bd34ecae36e2b7e2f644865ddc3c7fde5d248b8a7cef')

thestinger commented on 2014-04-30 06:16 (UTC)

Are the platform tools a different project than <http://tools.android.com/>? There's now an android-tools package in [community] with both adb and fastboot. It lacks the systemd service (it could easily be added) and a few miscellaneous files that I've never used.

Det commented on 2014-04-02 20:52 (UTC)

Platform-tools are still at r19.0.1. Is Gordin still alive?

OldNuc commented on 2014-03-30 18:15 (UTC)

Release 22 is here http://developer.android.com/sdk/index.html

slwr commented on 2014-03-02 13:51 (UTC)

Can't find newer version anywhere in the internet - why ist it marked out-dated? See for example: http://ady.my/viewer/platform-tool.html

danyf90 commented on 2013-12-20 13:49 (UTC)

Revision 2 is out!

jbeta commented on 2013-12-12 11:22 (UTC)

The '!staticlibs' default is causing some needed static libraries to be incorrectly removed: opt/android-sdk/build-tools/19/renderscript/lib/intermediates/x86/libcompiler_rt.a opt/android-sdk/build-tools/19/renderscript/lib/intermediates/armeabi-v7a/libcompiler_rt.a opt/android-sdk/build-tools/19/renderscript/lib/intermediates/mips/libcompiler_rt.a

giniu commented on 2013-12-06 18:36 (UTC)

>> I think point 3.3 of http://developer.android.com/sdk/terms.html > >The point is TU laziness. @AlexanderR We were talking about moving this particular package to [community], not one based on source. This one simply cannot be moved. If there will be source based package, with clean PKGBUILD and >10 votes, I'd be happy to move it myself. Have you tried compiling it yourself? I did, but had no luck getting everything to work back when I tried it - but it was little more than year ago, even before split into separate build and platform tools. If you tried and was successful, it would be great if you could upload a working PKGBUILD with source based installation of stable release with features and version matching one from Google. Thanks!