Android studio gui is broken

I have a serious problem with Android Studio.

After using any context menus in the code editor (for example, methods of generation-> overriding) or using it for some time, the graphical interface is broken, as shown in the screenshot.

I don’t know if there is a Java, Android Studio or NVIDIA driver error.

enter image description here

System:

  • Windows 10 x64 1151 10586.11
  • Android Studio: 1.4.1
  • Java 1.8 66 x64 update
  • Nvidia GTX 970 359.00 Driver

UPDATE: I thought there was a Java compatibility issue with Windows 10 TH2, so I ran Eclipse to find out if this happened. No, this is an Android Studio bug. I sent a bug report to the developers. If someone finds a workaround to fix this, answer.

+4
3

, , this page, , Android Studio. . , , :

  • idea.properties Android Studio, C:/Users/ "Username" /. AndroidStudio [versionNumber]
  • : "sun.java2d.d3d = false"
+2

IDE ( , Eclipse). , , , . , , Google .

0

: Windows 10 Pro + Android Studio 1.5 + NVIDIA 980m.

- idea.properties studio64.exe.vmoptions, Android Studio. (.AndroidStudio,.AndroidStudio1.3,.AndroidStudio1.4, AndroidStudio1.5, AndroidStudio2.0 ..).

Which helped me in that I just closed Android Studio, renamed all these folders (XXX_temp), and then launched Android Studio 1.5 again. I allowed them to import settings from my old .AndroidStudio1.5_temp folder and created a new .AndroidStudio1.5 folder, and now there are both necessary files. And now the user interface seems beautiful, at least for now.

I still do not understand that this problem arose at this particular time.

0
source

Source: https://habr.com/ru/post/1617292/


All Articles