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

推荐订阅源

让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
MyScale Blog
MyScale Blog
U
Unit 42
M
MIT News - Artificial intelligence
小众软件
小众软件
P
Proofpoint News Feed
雷峰网
雷峰网
L
LangChain Blog
S
SegmentFault 最新的问题
腾讯CDC
F
Fortinet All Blogs
A
About on SuperTechFans
WordPress大学
WordPress大学
Vercel News
Vercel News
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
G
Google Developers Blog
大猫的无限游戏
大猫的无限游戏
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
D
Docker
N
Netflix TechBlog - Medium
Apple Machine Learning Research
Apple Machine Learning Research
Recent Announcements
Recent Announcements
D
DataBreaches.Net
Stack Overflow Blog
Stack Overflow Blog

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-studio-canary
2026-05-29 · via AUR Newest Packages

lalitm commented on 2026-02-03 13:55 (UTC)

I'm getting a 404 error when trying to download the new version via AUR. Downloading from Google's site gives me a different URL with a different filename (android-studio-panda2-canary2-linux.tar.gz instead of android-studio-2025.3.2.2-linux.tar.gz).

This should be now fixed. The format of the URL used changed and so needed a bit more extensive change than normal version bumps

ArtyIF commented on 2026-02-02 11:27 (UTC)

I'm getting a 404 error when trying to download the new version via AUR. Downloading from Google's site gives me a different URL with a different filename (android-studio-panda2-canary2-linux.tar.gz instead of android-studio-2025.3.2.2-linux.tar.gz).

nktnet commented on 2025-12-26 09:40 (UTC) (edited on 2025-12-26 09:42 (UTC) by nktnet)

For Wayland support, see https://blog.jetbrains.com/platform/2024/07/wayland-support-preview-in-2024-2/

Basically, open Android Studio, go to Help -> Edit Custom VM Options, then add:

-Dawt.toolkit.name=WLToolkit

As an aside, you won't be able to start any emulators/AVDs if you've set QT_QPA_PLATFORM=wayland. You may get an error like:

The emulator process for AVD Medium_Phone has terminated.

To fix this, you need to set QT_QPA_PLATFORM=xcb when starting Android Studio. For example, by copying and editing the local desktop file:

cp /usr/share/applications/android-studio-canary.desktop ~/.local/share/applications/android-studio-canary.desktop

Then edit the EXEC command in ~/.local/share/applications/android-studio-canary.desktop to be:

Exec=env QT_QPA_PLATFORM=xcb android-studio-canary %f

dreieck commented on 2023-09-07 08:04 (UTC)

Vanpra commented on 2023-09-06 15:24 (UTC)

Thanks for letting me know. In that case, I don't think this is something which will be done in the main package as I know many people who simultaneously use both stable and canary versions at the same time. If I understand correctly making such a change would require symlinking all android-studio-canary files to android-studio which would no longer allow for this.

dreieck commented on 2023-09-06 14:46 (UTC)

Actually, you now added provides=("android-studio=${pkgver}"), but in fact I have deleted my comment on it because this provides would also need to have some symlinks added, my comment was a bit quick.

Currently, the package ndroid-studio-canary-android-studio-provides does that; if android-studio-canary really provides android-studio similar things must be taken care of within android-studio-canary.

dreieck commented on 2023-09-05 17:10 (UTC)

Can you please remove the executable permission of the PKGBUILD and .SRCINFO in the AUR .git repository which holds this package?

esrevinu commented on 2022-07-08 14:13 (UTC)

The installed icon filename and Icon field value of .desktop file differ, so the default icon is showing.

EDWIN commented on 2022-05-14 14:58 (UTC)

Please update this package to new Android Studio Electric Eel Canary. Thanks :)