0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Android StudioをWaylandでネイティブに実行する

Posted at

Android Studioについて

Android向けアプリ開発のためのIDEです。IntelliJ IDEAというIDEがベースになっています。

今回使用したバージョン

android-studio 2024.3.1.13

シェル変数でWaylandでネイティブに実行する

Wayland上で実行するとき、そのままだと、XWayland上で実行されます。特に拡大倍率が整数倍でないときには、文字がにじんで、非常に読みにくくなります。
Waylandでネイティブに実行するには、次のようにオプションを追加して起動します。

$ android-studio -Dawt.toolkit.name=WLToolkit

文字がにじまず、読みやすくなりました。

Hyprlandで実行する場合の注意

NvidiaのGPUを使用している場合、cursor.no_hardware_cursorsがデフォルトのままだと、マウスが表示されなくなります。ハードウェアカーソルは無効にしておきましょう。

参考

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?