I need help with the following error I get:
Error:Execution failed for task ':app:compileDebugJavaWithJavac'
Failed to create MD5 hash for file '/home/zapbuild/AndroidStudioProjects/DrinkFly/app/libs/commons-lang3-3.3.2-javadoc.jar'.
enter code heredependencies {
compile 'com.android.support:support-v4:21.0.3'
compile 'com.google.code.gson:gson:2.3'
compile 'com.squareup.picasso:picasso:2.4.0'
compile 'com.google.android.gms:play-services:5+'
compile files('libs/android-query-full.0.26.7.jar')
compile files('libs/card.io.jar')
compile files('libs/commons-lang3-3.3.2-javadoc.jar')
compile files('libs/commons-lang3-3.3.2.jar')
compile files('libs/crittercism_v5_0_3_sdkonly.jar')
compile files('libs/signpost-commonshttp4-1.2.1.1.jar')
compile files('libs/signpost-core-1.2.1.1.jar')
compile files('libs/signpost-jetty6-1.2.1.1.jar')
compile files('libs/twitter4j-stream-3.0.5.jar')
compile 'com.squareup.retrofit:retrofit:1.8.0'
compile 'com.squareup.okhttp:okhttp-urlconnection:2.0.0'
compile 'com.squareup.okhttp:okhttp:2.0.0'
compile files('libs/gcm.jar')
compile 'com.jakewharton:butterknife:6.1.0'
compile 'com.jakewharton.timber:timber:3.1.0'
compile files('libs/httpclient-4.3.6.jar','libs/httpcore-4.3.3.jar','libs/httpmime-4.3.6.jar')
}