1

Android Studio 3.2.1 hangs every time I press Control S (due to my old habit) or I press Close Project from the File Menu.

Studio freezes and if I minimize and maximize the window, studio shows a blank screen for an infinite time.

I am using it on 64bit windows 10 os with 7th generation i5 processor and 8gb ram.

Anand Padiya
  • 143
  • 8
  • You can try to reinstall android studio if it takes too much time to solve or is annoying – pb772 Dec 09 '18 at 11:37

1 Answers1

0

Had the same issue. It helped:

  1. Rename your studio's profile folder, for example, c:\Users\.AndroidStudio3.4 to .AndroidStudio3.4_bak
  2. Run Android Studio
  3. On the first launch, it will ask about importing settings from .AndroidStudio3.4_bak
  4. Choose Yes

You'll get Android Studio with your settings, and clear other temporary data.

Fox
  • 417
  • 4
  • 13