Proguard and apache legacy
问题 I'm using Android API 23 and org.apache.http.legacy so I can use Volley . Everything works except when I use proguard . I'm getting this error: Error:Execution failed for task ':app:packageDevRelease'. Unable to compute hash of ...app/build/intermediates/classes-proguard/dev/release/classes.jar My gradle file: apply plugin: 'com.android.application' apply plugin: 'io.fabric' apply plugin: 'com.jakewharton.hugo' repositories { maven { url 'https://maven.fabric.io/public' } } buildscript {