Package Details: android-studio-canary 2025.3.1.5-1

Git Clone URL: https://aur.archlinux.org/android-studio-canary.git (read-only, click to copy)
Package Base: android-studio-canary
Description: The Official Android IDE (Canary branch)
Upstream URL: http://tools.android.com/
Keywords: android development
Licenses: Apache
Submitter: danyf90
Maintainer: lalitm (Vanpra)
Last Packager: lalitm
Votes: 65
Popularity: 0.000283
First Submitted: 2014-01-09 10:27 (UTC)
Last Updated: 2026-01-16 04:48 (UTC)

Latest Comments

1 2 3 4 5 6 .. 10 Next › Last »

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)

Exactly.

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 :)

tiziodcaio commented on 2022-03-23 19:44 (UTC)

I suggest to change site.

eveharthbrooke commented on 2022-02-01 23:23 (UTC)

Please update for Dolphin Canary 1.