惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
V
V2EX
小众软件
小众软件
MongoDB | Blog
MongoDB | Blog
Jina AI
Jina AI
G
Google Developers Blog
H
Help Net Security
Microsoft Azure Blog
Microsoft Azure Blog
月光博客
月光博客
The GitHub Blog
The GitHub Blog
Y
Y Combinator Blog
爱范儿
爱范儿
B
Blog
云风的 BLOG
云风的 BLOG
H
Hackread – Cybersecurity News, Data Breaches, AI and More
GbyAI
GbyAI
博客园 - 叶小钗
aimingoo的专栏
aimingoo的专栏
Blog — PlanetScale
Blog — PlanetScale
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
有赞技术团队
有赞技术团队
博客园_首页
Google DeepMind News
Google DeepMind News
M
MIT News - Artificial intelligence

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - android-sdk-cmdline-tools-latest
2026-06-24 · via AUR Newest Packages

gm112 commented on 2025-03-20 01:36 (UTC)

Regarding the comment - https://aur.archlinux.org/packages/android-sdk-cmdline-tools-latest#comment-995433

To fix this, just go into Android Studio, Gear Icon > SDK Manager. And then, under the SDK Tools tab, uninstall the Android SDK Command Line Tools by unchecking it and hitting apply. That's what I had to do to fix updating the AUR package properly. :) You can then update after closing Android Studio. Hope this helps others!

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)

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.