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: 1277
Popularity: 3.43
First Submitted: 2011-01-29 23:08 (UTC)
Last Updated: 2024-10-17 06:45 (UTC)

Required by (115)

Sources (4)

Latest Comments

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

Fandekasp commented on 2016-07-20 09:46 (UTC)

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

SuperIce97 commented on 2016-07-19 01:49 (UTC)

I'm having a sha256sum check failure. Was the download recently updated?

chrbayer commented on 2016-05-21 17:00 (UTC)

Thank you very much for pointing this out, I changed the post_install to simple inform the user to source /etc/profile on its own.

grawity commented on 2016-05-21 16:06 (UTC)

That install scripts run as root isn't the problem – the problem is that environment doesn't magically propagate 'upwards'. You have something like this: bash (user) └─makepkg -i ··└─sudo pacman… ····└─pacman -U android-etc.pkg.tar.xz ······└─sh -c ". /tmp/pacman/android-etc.install && post_install" Changing PATH from post_install only affects that last 'sh' process, not any 'above' processes.

yan12125 commented on 2016-05-21 13:35 (UTC)

Don't add `source` commands to install scripts. Install scripts are run as root and a `source` command in these scripts does not make sense. And I don't think PKGBUILD can change users' environment. What *.install should do is just asking users to relogin or reopen the terminal, just like what android-sdk does. [1] [1] https://aur.archlinux.org/cgit/aur.git/tree/android-sdk.install?h=android-sdk

duttondj commented on 2016-03-17 15:22 (UTC) (edited on 2016-03-17 15:23 (UTC) by duttondj)

The PKGBUILD should run: source /etc/profile.d/android-sdk-platform-tools.sh source /etc/profile.d/android-sdk-platform-tools.csh That should allow you to run adb immediately after install. Otherwise, you would just have to open a new terminal.

chrbayer commented on 2016-03-13 11:45 (UTC)

what do you mean with not able to run adb? Can you provide some logging data?

physicalit commented on 2016-03-13 11:21 (UTC)

not being able to run "adb" after install should be considered a real bug for this package.

isfeldt34 commented on 2016-03-12 12:28 (UTC)

works just fine changing the line arch=x86_64 to arch=i686. since this is a 32Bit machine, other than that, all is well! and adb works as well here.