エラー: タスク ':app:dexDebug' の実行に失敗しました。> com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: プロセス 'コマンド'/Library/Java/JavaVirtualMachines/jdk1.8.0_40.jdk/Contents/Home/bin/java''ゼロ以外の終了値 2 で終了しました
上記の例外が発生しています。問題は私のbuild.gradleにあると思います。私のbuild.gradleの依存関係は次のとおりです。
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:22.0.0'
compile 'com.google.android.gms:play-services:7.3.0'
compile 'com.astuetz:pagerslidingtabstrip:1.0.1'
compile 'com.getbase:floatingactionbutton:1.9.0'
compile 'com.parse.bolts:bolts-android:1.+'
compile 'com.android.support:support-v4:22.2.0'
compile 'com.melnykov:floatingactionbutton:1.3.0'
compile 'de.hdodenhof:circleimageview:1.3.0'
compile 'me.villani.lorenzo.android:android-cropimage:1.1.0'
compile 'com.oguzdev:CircularFloatingActionMenu:1.0.2'
}