I\'m getting this error executing my Android app (I cleaned it and then built it, but the error is still present)
I had the same issue and I fixed removing the library that were unnecessary
compile fileTree(dir: 'libs', include: ['*.jar'])
I removed that library and I could run the project without any problem.