I\'m getting this error executing my Android app (I cleaned it and then built it, but the error is still present)
In Your gradle.build file, Use this
gradle.build
"compile fileTree(dir: 'libs', include: ['*.jar'])"
And it works fine.