I\'m trying to compile my app as assembleRelease in Android Studio 1.0.1 and get the following message:
FAILURE: Build failed with an exception. * What went
I had to disable proguard with
minifyEnabled false
Not the best solution, but it works.