Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio cannot load Project

After updating the newest Android studio,I cannot load project anymore.And the error message:

enter image description here

Cannot load project:

com.intellij.ide.plugins.PluginManager$StartupAbortedException: Fatal error initializing 'com.intellij.debugger.DebuggerManager'

I have tried to download it again,and reboot my system,it is not available. please help me.Thanks!

like image 429
W.yun Avatar asked Dec 02 '22 12:12

W.yun


1 Answers

Recently I faced same issue where I was getting slightly different error related to XDebugger failure. It was because my project was in debug mode when I shutdown my laptop and intellij was not closed properly. It tends to try and find stored compiled classes again from cache when you start next time and when it could not find it from cache it just do not allow you to load full project. Just Invalidate and restart option worked form.

File-> Invalidate Caches/Restart

enter image description here

like image 67
mitpatoliya Avatar answered Dec 15 '22 17:12

mitpatoliya