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 .. 22 23 24 25 26 27 28 29 30 31 32 .. 44 Next › Last »

<deleted-account> commented on 2012-08-07 22:30 (UTC)

Please update to ADT 20.0.2

beej commented on 2012-07-27 07:17 (UTC)

Running "android" with JDK6 was giving me this: Exception in thread "main" java.lang.UnsupportedClassVersionError: org/eclipse/swt/widgets/Display : Unsupported major.minor version 51.0 Downgrading swt to 3.7.1-1 allowed it to run. My Javafu isn't strong enough to know what's up with that.

<deleted-account> commented on 2012-07-19 02:37 (UTC)

The latest version is 20.0.1 since Jelly Bean.

thestinger commented on 2012-06-28 21:08 (UTC)

@queueRAM: thanks, that's a better solution

queueRAM commented on 2012-06-28 21:03 (UTC)

There actually aren't too many x86_64 binaries. For i686, just remove the following directories: [ "$CARCH" = "i686" ] && rm -rf opt/$pkgname/tools/lib/{monitor-,}x86_64

juantascon commented on 2012-06-28 20:45 (UTC)

same error when stripping, please add: options=('!strip')

<deleted-account> commented on 2012-06-28 19:03 (UTC)

got the same error and I'm running i686. strip doesn't seem to know when hitting a x86_64 binary file and fails. A different way than the one Jarav suggested is to skip stripping the binaries by adding the following line to the PKGBUILD options=('!strip') You will probably waste some small amount of disk space by not stripping the binaries and having those x86_64 files laying there for no good. Too lazy to go looking for all x86_64 files ;)

thestinger commented on 2012-06-28 17:57 (UTC)

@jarav: are you on i686? I had no issues "building" this, but I'm on x86_64. Might just need to remove the x86_64 files when $CARCH is i686.

<deleted-account> commented on 2012-06-28 08:29 (UTC)

strip:./opt/android-sdk/tools/lib/monitor-x86_64/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.100.v20110505/eclipse_1407.so: File format not recognized /usr/bin/fakeroot: line 181: 6564 User defined signal 1 FAKEROOTKEY=$FAKEROOTKEY LD_LIBRARY_PATH="$PATHS" LD_PRELOAD="$LIB" "$@" The build failed.

<deleted-account> commented on 2012-06-28 02:19 (UTC)

==> ERROR: An unknown error has occurred. Exiting... /usr/lib/yaourt/pkgbuild.sh: line 200: 5288 User defined signal 1 PKGDEST="$YPKGDEST" makepkg "${MAKEPKG_ARG[@]}" -s -f -p ./PKGBUILD ==> ERROR: Makepkg was unable to build android-sdk. ==> Restart building android-sdk ? [y/N] ==> ------------------------------------ ==>