I run into same issue. Seems that android-studio source doesn't contains any gradle file. To fix it change PKGBUILD at line 37 by removing "grade"
37: cp -a bin gradle lib jre plugins build.txt product-info.json $pkgdir/opt/$pkgname
became
37: cp -a bin lib jre plugins build.txt product-info.json $pkgdir/opt/$pkgname
Bye
Pinned Comments
C0rn3j commented on 2024-10-26 17:04 (UTC)
2024.2 added a Wayland backend, not enabled by default. Works fine for me so far.
https://blog.jetbrains.com/platform/2024/07/wayland-support-preview-in-2024-2/