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 .. 34 35 36 37 38 39 40 41 42 43 44 Next › Last »

thestinger commented on 2011-01-18 03:58 (UTC)

adopted, I'll upload a new src tarball in a bit

<deleted-account> commented on 2011-01-17 18:57 (UTC)

i drop this package because unfortunately i have not time to spend on it :(

Det commented on 2011-01-17 13:35 (UTC)

And 'java-runtime' should be a dependency. Please follow the comments, marlock.

Det commented on 2011-01-14 19:10 (UTC)

Also it'd be more convenient if the url was this one instead: http://developer.android.com/sdk/index.html

Det commented on 2011-01-06 09:50 (UTC)

You should replace the orhpan "$startdir/pkg" with "$pkgdir" and use quotes (") around dir variables ("$srcdir" and "$pkgdir") in your PKGBUILD. In addition, these lines: mkdir -p (")$pkgdir/opt(") mkdir -p (")$pkgdir/etc/profile.d(") ..could be just: mkdir -p "$pkgdir"{/opt,/etc/profile.d} E: also the "chown -R myusername:users" comment could be done in the PKGBUILD with: "chown -R ${user}" (the 'users' group is already the owner of the second group).

<deleted-account> commented on 2011-01-03 17:24 (UTC)

@u2ix You need to enable the "multilib" repository in pacman.conf