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: 1486
Popularity: 0.97
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 2 3 4 5 6 7 8 9 10 .. 44 Next › Last »

<deleted-account> commented on 2017-06-16 17:19 (UTC)

Check .SRCINFO for mismatching data with PKGBUILD.

dreamingincode commented on 2017-05-19 03:01 (UTC)

@Aventura5 You need to install a java envinronment, currently one of denix-jdk8, intellij-jdk, java-gcj-compat, jdk, jdk-arm, jdk-dcevm, jdk-devel, jdk5, jdk6, jdk7, jdk7-openjdk-infinality, jdk8-j9-bin, jdk8-openjdk-infinality, jdk8-openjdk-jetbrains, jdk8-openjdk-jetbrains-git, tuxjdk, jdk7-openjdk, jdk8-openjdk,

atomicwrites commented on 2017-05-18 23:18 (UTC)

For me, this fails on "Could not satisfy dependency java-environment."

dreamingincode commented on 2017-04-30 23:55 (UTC)

@axedre You have two options: 1. Use the SDK Manager in Android Studio, by running "sudo android-studio". This way you can always use the GUI with the latest version of Android SDK. 2. Run "git clone https://aur.archlinux.org/android-sdk.git" and cd into it, then "git checkout a2c8e93", and finally "makepkg -sri".

axedre commented on 2017-04-30 17:08 (UTC)

@dreamingincode Is there any place I can download a version of the android sdk before the elimination of the SDK manager GUI as to revert? I upgraded without reading the breaking changes and I regret it, but not having the sdk manager gui is a deal breaker for me.

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.

brent commented on 2017-04-08 15:49 (UTC) (edited on 2017-04-08 15:50 (UTC) by brent)

Android Studio uses this link to download the updated SDK tools. https://dl.google.com/android/repository/sdk-tools-linux-3859397.zip

dreamingincode commented on 2017-04-06 13:45 (UTC)

Sorry I don't have it either, but my Android Studio keeps popping up about it so I suppose it must know that somehow. Or can anybody else give a hint?

xyproto commented on 2017-04-06 13:32 (UTC)

@dreamingincode, Do you have a download link for 26.0.1? https://dl.google.com/android/repository/tools_r26.0.1-linux.zip does not work.

dreamingincode commented on 2017-04-06 03:16 (UTC)

I'm curious about what's happening with SDK Tools 26.0.1? It has been three versions since 25.2.5 ( https://developer.android.com/studio/releases/sdk-tools.html ), though they did not show up in my SDK Manager.