I'm using Android Studio on a retina MBP to compile desktop apps (mainly though LibGDX). My problem is; is that the applications are being scaled up making them look very blurry.
Now if I turn my resolution to 2560x1600 so that nothing scales the app looks fine. I know you can disable this by getting the app info and disabling the "Disable scaling for retina" option BUT my problem is the app is compiled and run, so there's no app info.
Does ANYONE know how to disable scaling in JAVA apps when it's compiled?