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 .. 6 7 8 9 10 11 12 13 14 15 16 .. 44 Next › Last »

xyproto commented on 2015-10-04 20:09 (UTC)

Added lib32-pulse and lib32-fontconfig as dependencies. Keep in mind that namcap is not always correct, though. Thanks, @yan12125.

xyproto commented on 2015-10-04 19:37 (UTC)

Please me know if the use of ncurses.so.5 should cause any problems. It would be possible to either package ncurses 5 for AUR and use that, link to ncurses 6 and check if it works (for what might possibly be a narrow use case) or report it upstream and ask them to use ncurses 6 (or find another solution). Thanks for checking, @zman0900.

xyproto commented on 2015-10-04 19:28 (UTC)

@dront78, do you have an URL where it says that 24.4 is the latest version of the Android SDK? https://developer.android.com/tools/sdk/tools-notes.html and https://developer.android.com/sdk/ says 24.3.4.

dront78 commented on 2015-09-30 06:34 (UTC)

24.4 up please

zman0900 commented on 2015-09-20 10:26 (UTC)

Some of the libs included in this are still linked to ncurses 5. Not sure if there is anything that can even be done about it since they come pre-built, but it's probably going to cause problems. └──╼ for f in $(find /opt/android-sdk/tools -type f -executable); do unset OUT; OUT=$(ldd $f | grep 'ncurses.*\.so\.5'); if [ -n "$OUT" ]; then echo "====> $f"; echo -e $OUT; echo ""; fi; done ====> /opt/android-sdk/tools/lib/gles_mesa/libosmesa.so libncurses.so.5 => not found ====> /opt/android-sdk/tools/lib/gles_mesa/libGL.so.1 libncurses.so.5 => not found ====> /opt/android-sdk/tools/lib/gles_mesa/libGL.so libncurses.so.5 => not found ====> /opt/android-sdk/tools/lib64/gles_mesa/libosmesa.so libncurses.so.5 => not found ====> /opt/android-sdk/tools/lib64/gles_mesa/libGL.so.1 libncurses.so.5 => not found ====> /opt/android-sdk/tools/lib64/gles_mesa/libGL.so libncurses.so.5 => not found

yan12125 commented on 2015-09-06 15:31 (UTC)

The dependencies may require changes. Here's the partial log from namcap: android-sdk E: Dependency lib32-fontconfig detected and not included (libraries ['usr/lib32/libfontconfig.so.1'] needed in files ['opt/android-sdk/tools/lib/monitor-x86/libcairo-swt.so']) android-sdk E: Dependency lib32-libpulse detected and not included (libraries ['usr/lib32/libpulse.so.0'] needed in files ['opt/android-sdk/tools/qemu/linux-x86/qemu-system-aarch64', 'opt/android-sdk/tools/qemu/linux-x86/qemu-system-mips64el', 'opt/android-sdk/tools/qemu/linux-x86/qemu-system-x86_64']) android-sdk W: Dependency included and not needed ('lib32-openal') android-sdk W: Dependency included and not needed ('lib32-libstdc++5') android-sdk W: Dependency included and not needed ('lib32-libxv') android-sdk W: Dependency included and not needed ('lib32-sdl') android-sdk W: Dependency lib32-zlib included but already satisfied android-sdk W: Dependency included and not needed ('swt')

darkxsun commented on 2015-08-23 16:24 (UTC)

It's still an https:// address, who cares that it doesn't say "ssl" in the url anymore...

xyproto commented on 2015-08-23 12:48 (UTC)

@artaxlives, the downloaded files are checked against the corresponding SHA1 hash sums in the PKGBUILD file. What is the scenario that worries you, when using dl.google.com instead of dl-ssl.google.com?

Det commented on 2015-08-22 18:29 (UTC)

@artaxlives, it's one big-ass country, tho. Do you really care that much about "privacy and security" to download through SSL? Nobody ever complained in my google-chrome* or google-earth* packages either.