Skip to content Skip to sidebar Skip to footer

Cannot Load Project: Android Studio

My laptop crashed while Android Studio was running. Now, When I tried to open project in Android Studio it gives me weird error and no project is opening. Cannot load project: jav

Solution 1:

I had really big issue as I was not able to open project in Android Studio. Every time I start Android Studio dialog box appear that says:

Cannot load project: java.lang.RuntimeException: java.io.IOException: java.lang.AssertionError: Unexpected content storage modification

I solved it by doing following steps:

  1. Close Android Studio
  2. Go to the directory home_dir/.AndroidStudio/system/cache
  3. Remove all the files in the cache directory.
  4. Then restart IntelliJ

Solution 2:

No guarantee this will work, but I have previously fixed a problem which is similar to this by invalidating the cache.

In Android Studio this is under File -> Invalidate Caches / Restart

Solution 3:

For Android Studio 2.O follow these steps:

  1. Close Android studio
  2. Go to ~/.android/cache
  3. Delete content
  4. Restart android studio

Hope this will help

Solution 4:

  1. In C\users\.Androidstudio delete gradle.jar and try
  2. Backup the jar before proceeding.

I got the same issue and this is related to IDE .

Android Studio has to do a fix.

Solution 5:

I found the same issue but I found a fix, and all it took was renaming/deleting the .AndroidStudio hidden folder in Windows, under your home directory.

C:\Users\YOURUSERNAME.AndroidStudio

I renamed mine and I'm back up and running.

Post a Comment for "Cannot Load Project: Android Studio"