I\'m unable to compile my android project. Google and other SO posts tell me it (probably) has something to do with dependencies, but I can\'t find where. Here\'s the error:
I have used this command in build.gradle file.
configurations { all*.exclude group: 'com.android.support', module: 'support-v4' }
It has resolved this "non-zero-exit-value" and another one 'duplicate entry during packageAllDebugClassesForMultiDex'.