I\'m getting this error executing my Android app (I cleaned it and then built it, but the error is still present)
I think it's conflicts of .jar file in your project.
I have removed android-support-v4.jar from libs folder and its working !!!
if your project gives error, check in your build.gradle file
dependencies { }
dependencies {
}