Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio Unexpected Content Storage Modification

I am currently working on a project using Android development Studio. But everytime I try to create an application I keep on getting the error

Java.lang.RuntimeException:java.io.IOException:java.lang.AssertionError: Unexpected Content Storage modification

like image 729
Matthias McCarthy Avatar asked Feb 26 '15 17:02

Matthias McCarthy


1 Answers

Try going to "File" > "Invalidate Caches/Restart..."

and then click "Invalidate and Restart" option on the pop-up dialog box.

This method fixed the issue for me.

like image 198
Nablon Avatar answered Oct 06 '22 00:10

Nablon