Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio HiDPI support for Linux

I'm struggling with HiDPI support of Android Studio 2.1.3 for Linux Mint. What I know it should be possible to enable Android Studio's HiDPI support by adding -Dhidpi=true flag to /opt/android-studio/bin/studio64.vmoptions Unfortunately it doesn't change anything on my machine, the UI is still very small.

like image 342
tomrozb Avatar asked Oct 27 '25 07:10

tomrozb


1 Answers

I had the same problem, and I did not manage to "enable" hidpi for Android Studio.

Therefore, I run Android Studio like so:

$ xrandr --dpi 192; android-studio&

Or whatever you prefer instead of 192, of course.

like image 61
JonasVautherin Avatar answered Oct 30 '25 09:10

JonasVautherin



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!