Cannot Load Project: Android Studio
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:
- Close Android Studio
- Go to the directory
home_dir/.AndroidStudio/system/cache
- Remove all the files in the cache directory.
- 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:
- Close Android studio
- Go to
~/.android/cache
- Delete content
- Restart android studio
Hope this will help
Solution 4:
- In
C\users\.Androidstudio
deletegradle.jar
and try - 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"