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 .. 26 27 28 29 30 31 32 33 34 35 36 .. 44 Next › Last »

EgidioCaprino commented on 2011-10-23 18:26 (UTC)

@thestinger: thank you :)

thestinger commented on 2011-10-23 17:40 (UTC)

@Aegidius: did you relogin after installing it? You need to do that so /etc/profile.d scripts get sourced.

EgidioCaprino commented on 2011-10-23 07:21 (UTC)

I installed it but when I run the command "android" it says "command not found".

JB26 commented on 2011-10-21 20:57 (UTC)

There is a Bug in android-sdk r14 that prevents the emulator from starting if you got any video devices (Web-Cam, TV-Card…) in your PC. Try renaming all /dev/video… files, than it should work again. See also: https://code.google.com/p/android/issues/detail?id=20952

thestinger commented on 2011-10-19 19:15 (UTC)

The permissions problem should be fixed now, let me know if there are still issues.

jdarnold commented on 2011-10-19 18:31 (UTC)

I get these warings when I install: warning: directory permissions differ on opt/android-sdk/ filesystem: 775 package: 777 warning: directory permissions differ on opt/android-sdk/add-ons/ filesystem: 755 package: 777 warning: directory permissions differ on opt/android-sdk/platforms/ filesystem: 775 package: 777 If I check the pkg/opt/android-sdk folders after doing 'makepkg -s', I do see that those folders are, in fact, 777. Shouldn't they be 755? BTW, thanks for the quick update on the android-sdk. Can't wait to play with some of the new APIs.

<deleted-account> commented on 2011-10-05 04:32 (UTC)

Thanks very much @riccent

riccetn commented on 2011-10-02 03:58 (UTC)

@aeslava You have a old package database and need to run 'pacman -Sy'

<deleted-account> commented on 2011-10-02 02:39 (UTC)

Hello, I have a error: :: Descargando paquetes desde extra... error: fallo al obtener archivo 'swt-3.7-1-i686.pkg.tar.xz' desde mirror.archlinux.cl: File unavailable (e.g., file not found, no access) error: fallo al obtener archivo 'swt-3.7-1-i686.pkg.tar.xz' desde mirror.rit.edu: Not Found error: fallo al obtener archivo 'swt-3.7-1-i686.pkg.tar.xz' desde mirror.rit.edu: File unavailable (e.g., file not found, no access) error: fallo al obtener archivo 'swt-3.7-1-i686.pkg.tar.xz' desde archlinux.mirrors.uk2.net: Not Found error: fallo al obtener archivo 'swt-3.7-1-i686.pkg.tar.xz' desde ftp.archlinux.org: File unavailable (e.g., file not found, no access) error: fallo al obtener archivo 'swt-3.7-1-i686.pkg.tar.xz' desde mirrors.aarnet.edu.au: No address record error: fallo al obtener archivo 'swt-3.7-1-i686.pkg.tar.xz' desde mir1.archlinux.fr: File unavailable (e.g., file not found, no access) error: fallo al obtener archivo 'swt-3.7-1-i686.pkg.tar.xz' desde repo.archlinux.fr: Not Found error: fallo al obtener archivo 'swt-3.7-1-i686.pkg.tar.xz' desde www.laqee.unal.edu.co: Not Found precaución: error al descargar algunos archivos desde extra error: error al realizar la transacción (Not Found) Ocurrieron errores, no se actualizaron paquetes thanks

thestinger commented on 2011-09-22 19:07 (UTC)

Giving users write access to directories and files that are in root's $PATH is much worse than running a trusted program as root. Ideally, you wouldn't need to use the android updater/installer to manage packages (there are AUR packages for android-sdk-platform-tools, android-ndk, etc.). The android group also didn't work properly (files were installed with the owner/group of the user, not root:android), since you can't easily use setuid/setgid on scripts and jar files without making wrappers for them.