Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio 4.0 WARN error on launch from terminal might be causing UI problems? (Ubuntu 20,04)

This is a fresh install of Android Studio 4.0 and when I launch it from the terminal, it gives me this error. Android Studio launches normally and I can do my work but I have noticed something strange with the UI. I think the errors shown below might have something to do with it but I'm not sure.

Can the error shown below affect me greatly? Is the UI bugging out related to this?

Screenshots: Menu options are cut off by the window An attempt to extend the window to see other options

Video demonstration: https://streamable.com/ulu0g4

2020-06-11 18:52:21,207 [    737]   WARN - com.intellij.ide.ui.LafManager - List.rowHeight = 0 in Darcula; it may lead to performance degradation 
2020-06-11 18:52:21,207 [    737]   WARN - com.intellij.ide.ui.LafManager - Table.rowHeight = 0 in Darcula; it may lead to performance degradation 
2020-06-11 18:52:21,207 [    737]   WARN - com.intellij.ide.ui.LafManager - Tree.rowHeight = 0 in Darcula; it may lead to performance degradation 
2020-06-11 18:52:21,255 [    785]   WARN - nSystem.impl.ActionManagerImpl - keymap "ReSharper" not found [Plugin: com.android.tools.ndk] 
like image 338
Wylie Barrett Avatar asked Jun 11 '20 11:06

Wylie Barrett


1 Answers

  1. Open Android Studio

Android Studio Home Screen

Configure > Plugins

In Marketplace tab search for ReSharper Keymap and install it.

You can also update the installed plugins from the Installed tab, if you ever face any issues of incompatible plugins.

like image 157
Selvasuriya Nadar Avatar answered Oct 14 '22 15:10

Selvasuriya Nadar