After updating the newest Android studio,I cannot load project anymore.And the error message:
Cannot load project:
com.intelli
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