Patch diff for the Android Studio 3.5.0.21 error
cp: cannot stat 'gradle': No such file or directory
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -34,7 +34,7 @@ package() {
# Install the application
install -d $pkgdir/{opt/$pkgname,usr/bin}
- cp -a bin gradle lib jre plugins build.txt product-info.json $pkgdir/opt/$pkgname
+ cp -a bin lib jre plugins build.txt product-info.json $pkgdir/opt/$pkgname
ln -s /opt/android-studio/bin/studio.sh $pkgdir/usr/bin/$pkgname
# Add the icon and desktop file
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/