Reputation: 557
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.
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
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