Search Criteria
Package Details: android-sdk-platform-tools 35.0.2-1
Package Actions
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: | 1276 |
Popularity: | 2.08 |
First Submitted: | 2011-01-29 23:08 (UTC) |
Last Updated: | 2024-10-17 06:45 (UTC) |
Dependencies (2)
- ncurses (ncurses-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
Required by (115)
- 51-android-git (make)
- adb-sync-git (requires android-tools)
- adb-wifi (requires android-tools)
- adb-wifi-git (requires adb)
- adbenq-git (requires android-tools)
- adbfileexplorer-git (requires android-tools)
- adbfs-rootless-git (requires android-tools)
- adbmanager (requires android-tools)
- adbmanager-bin (requires android-tools)
- adbtuifm (requires android-tools)
- adbtuifm-bin (requires android-tools)
- adebar (requires android-tools)
- android-aarch64-qt6-base
- android-armv7a-eabi-qt6-base
- android-bash-completion
- android-coloredlogcat
- android-completion (requires adb)
- android-platform
- android-platform-18
- android-platform-19
- Show 95 more...
Latest Comments
1 2 3 4 5 6 .. 19 Next › Last »
dreamingincode commented on 2025-02-03 18:29 (UTC)
This one is packaging prebuilt platform tools from Google and is the one usually used by Android Studio users. android-tools builds from source instead. Both are valid choices imo.
vitaliikuzhdin commented on 2025-02-03 10:48 (UTC)
Just found android-tools. So why does this package even exist?
vitaliikuzhdin commented on 2025-02-03 10:39 (UTC)
@dreamingincode, you are correct, thank you for pointing that out. However, the current method is still a bad practice and does not work for every shell. Symlinking will solve the
PATH
issues once and for all.dreamingincode commented on 2025-02-03 01:42 (UTC) (edited on 2025-02-03 01:43 (UTC) by dreamingincode)
I don't think adb is supposed to require root to run - or could you please link to an official source for that?
Or maybe you need to install the android-udev package and make sure you are in the adbusers group? https://wiki.archlinux.org/title/Android_Debug_Bridge#Daemon_exits_with_insufficient_permissions_error
vitaliikuzhdin commented on 2025-02-02 22:21 (UTC)
Is there a reason why the package modifies the
PATH
for some selected shells instead of simply symlinking the binaries to/usr/bin/
? Since newer versions require elevated permissions to work, it becomes frustrating to have to usesudo $(which adb)
.VictorBravo9er commented on 2024-12-20 04:00 (UTC) (edited on 2024-12-20 05:55 (UTC) by VictorBravo9er)
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:
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:
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.
1 2 3 4 5 6 .. 19 Next › Last »