Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android studio quit unexpectedly on Mac Catalina beta

I installed the latest version of Mac OS (Catalina Beta 10.15) and faced with the following problem: when I open Android studio and start writing code studio quits with such crash report. Can you help me to solve this problem, as it really doesn't allow to work normally. I think that re-installing can help, but maybe there are any other solutions?

*Message in a code style, because pastebin links require that *
like image 332
Sergei Mikhailovskii Avatar asked Jul 05 '19 09:07

Sergei Mikhailovskii


1 Answers

It's a know problem in several JetBrains based products.

As a workaround, add -Dsun.font.layoutengine=icu into Help | Edit Custom VM Options and restart IDE.

Also see: Unexpected crash when I update my MacBook Pro to MacOS Version 10.15 Beta (19A501i)

like image 81
Codo Avatar answered Nov 15 '22 16:11

Codo