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 .. 44 Next › Last »

dreamingincode commented on 2017-10-13 22:11 (UTC)

@asynec Yes it's right, it's inside /opt/android-sdk. If you really want to install it under your home, just unzip the file instead of using package management.

async commented on 2017-10-13 21:58 (UTC)

I've just installed this package, but after installing, I have no SDK related files in /home/user/Android, is that right?

dreamingincode commented on 2017-09-14 02:52 (UTC)

@ryukinix The package is around 143M before installation on my machine.

ryukinix commented on 2017-09-14 02:13 (UTC)

How big is that?

dreamingincode commented on 2017-08-19 16:55 (UTC)

@somekool mksdcard still depends on lib32, and I don't think we should build it ourselves instead of using the Google provided binary *by default*. So lib32 is still a dependency. If you want to remove it for your system, just edit your own PKGBUILD before build.

somekool commented on 2017-08-19 16:30 (UTC)

please remove lib32-* from the dependencies

kitsunyan commented on 2017-08-07 06:22 (UTC)

There is a bit dirty but working solution to drop multilib requrement compiling `mksdcard` by your own. https://android.googlesource.com/platform/sdk/+/master/emulator/mksdcard/src/source/mksdcard.c Raw base64 encoded file: https://android.googlesource.com/platform/sdk/+/master/emulator/mksdcard/src/source/mksdcard.c?format=TEXT It's a very simple tool compileable without any requirements using a simple `gcc mksdcard.c -o mksdcard` command.

dreamingincode commented on 2017-06-24 07:14 (UTC)

@yan12125 Thanks, fixed.

yan12125 commented on 2017-06-24 07:00 (UTC)

Seems there's something wrong in .SRCINFO? pkgrel is still 1.