Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio freezes when opening project on Ubuntu

Whenever I start Android Studio and click on "open existing project" the file explorer opens, but then the whole application immediately freezes. Im using Android Studio 3.1.3 and Ubuntu 16.04.

What could be the reason for this error?

like image 356
user2224350 Avatar asked Jun 15 '18 20:06

user2224350


1 Answers

In case of misconfiguration, closing Android Studio and deleting .AndroidStudio3.1 configuration folder may help.

Find your configuration files | Android Developers

In some similar scenarios of misconfiguration deleting .idea folder might help.

like image 136
Yaroslav Mytkalyk Avatar answered Oct 13 '22 10:10

Yaroslav Mytkalyk