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: 1479
Popularity: 0.33
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 .. 30 31 32 33 34 35 36 37 38 39 40 .. 44 Next › Last »

svenstaro commented on 2011-05-27 16:27 (UTC)

This should definitely install the license since it is a custom license.

<deleted-account> commented on 2011-05-10 19:36 (UTC)

Here is the diff on PKGBUILD to bring this up to date for version 11: 5,6c5,6 < pkgver=r10 < pkgrel=2 --- > pkgver=r11 > pkgrel=0 28c28 < md5sums=('c022dda3a56c8a67698e6a39b0b1a4e0' --- > md5sums=('026c67f82627a3a70efb197ca3360d0a'

thestinger commented on 2011-05-05 21:17 (UTC)

@fwalch looks like it's used by a few other things too, added it :)

fwalch commented on 2011-05-05 12:26 (UTC)

Could you change the /etc/profile.d/android.sh to: export ANDROID_HOME=/opt/android-sdk export PATH=$PATH:$ANDROID_HOME/tools ANDROID_HOME is needed for using Maven with Android; I don't know if it is used by anything else, though. Thanks!

thestinger commented on 2011-04-28 21:06 (UTC)

/opt/android/tools gets added to PATH, so just 'android' should be fine (unless there's another program with the same name) http://standards.freedesktop.org/desktop-entry-spec/latest/ar01s06.html

eduardosm commented on 2011-04-28 18:12 (UTC)

On android-sdk.desktop, shouldn't be the executable '/opt/android-sdk/tools/android' instead of 'android'?

<deleted-account> commented on 2011-04-08 13:07 (UTC)

Shouldn't the 'apache-ant' package be one of the dependencies? Or at least an optional one.

thestinger commented on 2011-03-03 07:42 (UTC)

added /opt/android-sdk/add-ons to the android group (with group write perms)