Package Details: android-sdk 26.1.1-2

Git Clone URL: https://aur.archlinux.org/android-sdk.git (read-only, click to copy)
Package Base: android-sdk
Description: Google Android SDK
Upstream URL: https://developer.android.com/studio/releases/sdk-tools.html
Keywords: android development
Licenses: custom
Submitter: None
Maintainer: dreamingincode
Last Packager: dreamingincode
Votes: 1483
Popularity: 0.64
First Submitted: 2007-11-12 19:26 (UTC)
Last Updated: 2022-03-22 20:58 (UTC)

Dependencies (22)

Sources (5)

Pinned Comments

dreamingincode commented on 2020-03-11 07:51 (UTC) (edited on 2020-03-11 08:50 (UTC) by dreamingincode)

@benedikt

cmdline-tools should be a different package because it's installed at android-sdk/cmdline-tools/latest, not android-sdk/tools of this package. They show up as different packages in Android Studio SDK manager as well, and they can be installed side-by-side.

Update: The new package has been published at https://aur.archlinux.org/packages/android-sdk-cmdline-tools-latest/

dreamingincode commented on 2017-04-18 11:40 (UTC) (edited on 2017-04-19 07:28 (UTC) by dreamingincode)

I'm going to update this package to 26.0.1 (it has been long-outdated), according to https://dl.google.com/android/repository/repository2-1.xml which is used by Android Studio. Some tools have been removed by upstream in this update (namely the standalone SDK Manager's GUI), and you may want to check against https://developer.android.com/studio/releases/sdk-tools.html for the breaking changes before this update. If you are using an AUR helper and you want to stay on the old version, consult your AUR helper's manual.

Latest Comments

« First ‹ Previous 1 .. 38 39 40 41 42 43 44 Next › Last »

<deleted-account> commented on 2010-08-30 13:19 (UTC)

@windscape This package is fine with the new system ... the correct dependency is still 'lib32-gcc-libs' from multilib ... that package and 'gcc-libs-multilib' are not the same and do not provide the same things.

<deleted-account> commented on 2010-08-27 23:00 (UTC)

Here is a PKGBUILD to make android-sdk work with the new multilib repo announced today. It requires the new PKGBUILD I linked to in the comments of lib32-libstdc++5 at http://aur.archlinux.org/packages.php?ID=11191. http://aur.pastebin.com/r2WYDV7i

dront78 commented on 2010-08-17 07:02 (UTC)

chmod g+ws $pkgdir/opt/android-sdk should be more generic in multiuser development environment also please update icon to be more comfortable like this http://bit.ly/9cuxo7

<deleted-account> commented on 2010-07-22 18:48 (UTC)

also requires lib32-zlib for aapt to work

<deleted-account> commented on 2010-07-22 16:11 (UTC)

I had to installs some 32 bit libs for ADB to work: sudo pacman -S lib32-glibc lib32-ncurses lib32-libstdc++5

<deleted-account> commented on 2010-07-21 16:14 (UTC)

should add 'java-runtime' as a dependency

<deleted-account> commented on 2010-07-18 14:51 (UTC)

Could you please add fastboot (http://android-dls.com/files/linux/fastboot) to the tools? (probably with an install command) Thanks.

<deleted-account> commented on 2010-07-03 15:09 (UTC)

sorry, that's my fool. Installation is made as root, so 'whoami' returns 'root'. $USERNAME can be used instead of `whoami`. 'su' and 'sudo' don't change it. uag=$(getent passwd | grep $USERNAME | awk -F: '{print $3 ":" $4}') chown -R $uag /opt/android-sdk/

<deleted-account> commented on 2010-06-22 14:48 (UTC)

This package has not targets (or system images)

<deleted-account> commented on 2010-06-21 11:16 (UTC)

it does not work... i putted that lines into android-sdk.install file, but the owner is still root i really don't understand why...