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 .. 36 37 38 39 40 41 42 43 44 Next › Last »

<deleted-account> commented on 2010-12-07 10:38 (UTC)

updated to r08 & added udev-android-rules to optdepends

<deleted-account> commented on 2010-12-07 10:33 (UTC)

You have need also to change android.sh to: #!/bin/sh export PATH=$PATH:/opt/android-sdk/tools:/opt/android-sdk/platform-tools

<deleted-account> commented on 2010-12-07 10:14 (UTC)

@corruptz0r: your PKGBUILD is bugged. (There are $ at end of line, instead of right text)

corruptz0r commented on 2010-12-06 20:34 (UTC)

Here is a PKGBUILD for revision 8: http://pastebin.com/raw.php?i=3jwsS3RL

vnoel commented on 2010-12-06 17:30 (UTC)

Hi, I use this thing: SUBSYSTEM=="usb", ATTR{idVendor}=="04e8", MODE="0660", GROUP="users" I would say that it should be added as optional depend…

<deleted-account> commented on 2010-12-06 17:07 (UTC)

Please update to Revision 8. Thanks http://developer.android.com/sdk/index.html

<deleted-account> commented on 2010-12-06 16:03 (UTC)

i can add all the Manufacturers. it's not a problem. the dedicated package can be a good thing but it must be well thinked. In android-sdk it should be added in depends or in optional depends? i used 666 because i followed the google documentation: http://developer.android.com/guide/developing/device.html are you suggesting to modify MODE from "0666" to "users"?

vnoel commented on 2010-12-06 13:54 (UTC)

And do not use 666 as MODE, would be better to decide for a group of people that have access to this kind of devices! I use users, but we could use a dedicated one, named adbusers or something like that!

vnoel commented on 2010-12-06 13:52 (UTC)

Why not put all of them? I have HTC and Samsung for example. Actually, would be better to have a package dedicated to that, so that updating it is easier :) Thanks!