Android Studio Unexpected Content Storage Modification

android, android-developer-api, java

Solution

The issue that was occurring was due to the fact that my wireless connection on my laptop was not good . Once I connected my laptop directly with my router, the issue went away.

Problem

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

Original source