Murodjon Abdukholikov
Murodjon Abdukholikov

Reputation: 557

How to fix android studio issue instead of a clean install?

I've been working on integrating .so files into my project. And suddenly my android studio stopped responding and showing this message "High number of internal exceptions has been detected. This indicates a serious problem with the IDE. Please consider clean reinstall of Android Studio. If the problem persists, please report a bug by following the link below."

I've tried these to solve the issue, but did not help.

  1. I've invalidated cache and restarted android studio
  2. I've removed all files what i added to cause the problem
  3. Restart my mac
  4. Opened different project, still the same issue happening
  5. Updated the android studio to 4.0.1

I'm not able to open any files and SDK manager in android studio. If anyone has faced the issue, please kindly help me.

Upvotes: 0

Views: 338

Answers (1)

serviceberry3
serviceberry3

Reputation: 21

See the answer to Android studio 4.0 editor window is gone.

Deleting the following folders fixed the issue for me.

...\.AndroidStudio4.0\config\plugins
...\.AndroidStudio4.0\config\cache

UPDATE: I believe it was one specific plugin I had downloaded that had been causing the problem. So watch out for that.

Upvotes: 1

Related Questions