Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to solve android studio loading project? Cannot load project: java.lang.IllegalStateException: @NotNull method

I tried to reopen the project in Android studio but it shows the message:

"Cannot load project: java.lang.IllegalStateException: @NotNull method com/intellij/openapi/progress/ProgressManager.getInstance must not return null".

enter image description here

How to solve this problem? I already tried restarting Android Studio.But the issue still persists.

like image 788
Ajay Shrestha Avatar asked Sep 03 '15 23:09

Ajay Shrestha


1 Answers

Closing IDEA via Task Manager and restart it solved it for me. No Laptop restart or cache deleting needed.

like image 187
fwebdev Avatar answered Oct 12 '22 22:10

fwebdev