Package Details: android-sdk-cmdline-tools-latest 16.0-1

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: 16
Popularity: 0.29
First Submitted: 2020-03-11 08:49 (UTC)
Last Updated: 2024-10-17 06:43 (UTC)

Dependencies (4)

Required by (53)

Sources (4)

Latest Comments

1 2 Next › Last »

lucasm commented on 2024-10-21 16:42 (UTC)

Any clues on the following errors?

error: failed to commit transaction (conflicting files)
android-sdk-cmdline-tools-latest: /opt/android-sdk/cmdline-tools/latest/bin/d8 exists in filesystem
android-sdk-cmdline-tools-latest: /opt/android-sdk/cmdline-tools/latest/bin/r8 exists in filesystem
android-sdk-cmdline-tools-latest: /opt/android-sdk/cmdline-tools/latest/lib/d8-classpath.jar exists in filesystem
android-sdk-cmdline-tools-latest: /opt/android-sdk/cmdline-tools/latest/lib/external/org/bouncycastle/bcpkix-jdk18on/1.77/bcpkix-jdk18on-1.77.jar exists in filesystem
android-sdk-cmdline-tools-latest: /opt/android-sdk/cmdline-tools/latest/lib/external/org/bouncycastle/bcprov-jdk18on/1.77/bcprov-jdk18on-1.77.jar exists in filesystem
android-sdk-cmdline-tools-latest: /opt/android-sdk/cmdline-tools/latest/lib/external/org/bouncycastle/bcutil-jdk18on/1.77/bcutil-jdk18on-1.77.jar exists in filesystem
android-sdk-cmdline-tools-latest: /opt/android-sdk/cmdline-tools/latest/lib/r8-classpath.jar exists in filesystem
Errors occurred, no packages were upgraded.

Did I probably updated through android-studio before AUR update? Not sure if it was a mistake on my side.

dreieck commented on 2024-08-17 12:31 (UTC)

Does this really need java-environment to be used? Is java-runtime not sufficing?

Regards!

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?