You can add edit /opt/android-studio/bin/studio.sh and add -Dawt.useSystemAAFontSettings=on into IDE_JVM_ARGS. This solution fixed the problem for me. What about creating a patch and patching android-studio in PKGBUILD ?
Search Criteria
Package Details: android-studio 2024.2.1.12-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/android-studio.git (read-only, click to copy) |
---|---|
Package Base: | android-studio |
Description: | The official Android IDE (Stable branch) |
Upstream URL: | https://developer.android.com/ |
Keywords: | android |
Licenses: | Apache |
Submitter: | TamCore |
Maintainer: | kordianbruck (SailReal) |
Last Packager: | SailReal |
Votes: | 1081 |
Popularity: | 7.14 |
First Submitted: | 2013-05-15 19:45 (UTC) |
Last Updated: | 2024-12-02 21:46 (UTC) |
Dependencies (8)
- alsa-lib
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR)
- libxrender
- libxtst
- which (busybox-coreutilsAUR)
- gtk2 (gtk2-maemoAUR, gtk2-patched-filechooser-icon-viewAUR) (optional) – GTK+ look and feel
- libgl (nvidia-340xx-utilsAUR, libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, amdgpu-pro-oglpAUR, libglvnd) (optional) – emulator support
- ncurses5-compat-libsAUR (optional) – native debugger support
Required by (8)
- android-material-icons (optional)
- android-studio-launcher
- flutter-beta (optional)
- flutter-dev (optional)
- flutter-git (optional)
- flutter-intellij-patch (optional)
- jdk-android-studio
- kode-studio-bin (optional)
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 31 32 33 34 35 36 37 38 39 40 41 .. 53 Next › Last »
the-k commented on 2014-06-18 05:09 (UTC)
ter0 commented on 2014-06-17 16:18 (UTC)
For me it was the update from 7u55 to 7u60. For now, running
_JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=on' android-studio
works.
benoit commented on 2014-06-17 11:00 (UTC)
The following fixed my fonts with OpenJDK : http://stackoverflow.com/a/16663695/211840 (use the GTK look and feel instead of the default one).
SoleSoul commented on 2014-06-17 06:15 (UTC)
This wiki: https://wiki.archlinux.org/index.php/Java
Quote: The only supported JVM implementation in Arch Linux is the open source OpenJDK. It is nearly perfect, and it should not be necessary to install Oracle's proprietary version of Java.
It's a general recommendation, not for IntelliJ.
developej commented on 2014-06-16 22:24 (UTC)
@SoleSoul
In which wiki?
SoleSoul commented on 2014-06-16 17:35 (UTC)
Well, I am using openJDK becuase it is recommended in the wiki and besides, it worked before. I thought that it might be fixable.
Switching to jdk7 does work.
audrius commented on 2014-06-16 17:04 (UTC)
Maybe you are using openJDK instead of Oracle java
SoleSoul commented on 2014-06-16 17:01 (UTC)
Confirmed. No text at all.
Does anybody have an idea of the cause?
neTpK commented on 2014-06-16 15:03 (UTC)
I just installed this yesterday, and I cant see ANY text at all.
Tried changing theme-settings in qtconfig but nothing helps. No text is being rendered at all, only window title.
Running Arch64 with Cinnamon desktop.
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/