Package Details: android-sdk-cmdline-tools-latest 13.0-2

Git Clone URL: https://aur.archlinux.org/android-sdk-cmdline-tools-latest.git (read-only, click to copy)
Package Base: android-sdk-cmdline-tools-latest
Description: Android SDK Command-line Tools (latest)
Upstream URL: https://developer.android.com/studio
Keywords: android development
Licenses: custom
Provides: android-sdk
Submitter: dreamingincode
Maintainer: dreamingincode
Last Packager: dreamingincode
Votes: 15
Popularity: 0.114784
First Submitted: 2020-03-11 08:49 (UTC)
Last Updated: 2024-03-14 05:22 (UTC)

Dependencies (4)

Required by (56)

Sources (4)

Latest Comments

1 2 Next › Last »

dreamingincode commented on 2024-03-14 05:23 (UTC)

@Jal-JAP package.xml location should be fixed now.

Jai-JAP commented on 2024-03-13 14:57 (UTC)

Also for the errors about /opt/android-sdk being not writeable, it can be fixed by

  • allowing write permissions for the owner group chmod g+w /opt/android-sdk
  • making users the group owner of the same chown root:users /opt/android-sdk

Jai-JAP commented on 2024-03-13 14:47 (UTC) (edited on 2024-03-13 14:50 (UTC) by Jai-JAP)

sdkmanager gives the following warning currently.

Warning: Observed package id 'cmdline-tools;latest' in inconsistent location '/opt/android-sdk/cmdline-tools' (Expected '/opt/android-sdk/cmdline-tools/latest')
Warning: Observed package id 'cmdline-tools;latest' in inconsistent location '/opt/android-sdk/cmdline-tools' (Expected '/opt/android-sdk/cmdline-tools/latest')

this can be fixed by simply moving package.xml from /opt/android-sdk/cmdline-tools to /opt/android-sdk/cmdline-tools/latest

Please fix this to remove this ugly warning

MartinX3 commented on 2023-11-22 11:08 (UTC)

IntelliJ doesn't like this package because of

Failed to install the following SDK components:
    platforms;android-31 Android SDK Platform 31
    build-tools;33.0.1 Android SDK Build-Tools 33.0.1
The SDK directory is not writable (/opt/android-sdk)

DaWg commented on 2023-11-09 15:49 (UTC)

IntelliJ IDEA doesn't recognize this package, because it doesn't contain a package.xml. Can you add it to this package like you've done for https://aur.archlinux.org/packages/android-sdk-platform-tools and https://aur.archlinux.org/packages/android-emulator?

tdworz commented on 2023-08-11 17:58 (UTC)

Nitpick: Why the -latest part in the name? android-sdk-cmdline-tools seems like it would be adequate, especially since none of the related packages (android-sdk-build-tools, android-sdk-platform-tools, or android-emulator) use the -latest convention.

oldherl commented on 2021-08-25 13:49 (UTC)

What is the license of this package? Are they under the Apache2 license or some custom proprietary license?

dreamingincode commented on 2020-10-28 19:11 (UTC)

Fixed, thanks!

anhnn2010 commented on 2020-10-28 14:04 (UTC)

Line 24 of PKGBUILD, it should be "cmdline-tools" instead of "tools".