Before i ask question , i try search google but I can not find a satisfactory answer.
build error message is
Execution failed for tas ':app:dexDebug'.>com.android.ide.common.process.ProcessException: org.gradle.proceess.internal.ExecException: Process 'command 'C:₩Program Files₩Java₩jdk1.8.0_60₩bin₩java.exe'' finished with non_zero exit value 2
build.gradle(Module: app)
dependencies {
// 记得添加nineoldandroids
compile 'com.nineoldandroids:library:2.4.0'
compile 'cn.bingoogolapple:bga-refreshlayout:1.1.3'
compile 'com.android.support:appcompat-v7:21.0.3'
compile files('libs/android-support-v4.jar')
compile files('libs/android-support-v7-gridlayout.jar')
compile files('libs/android-support-v7-cardview.jar')
compile files('libs/android-support-v7-mediarouter.jar')
compile files('libs/android-support-v7-palette.jar')
compile files('libs/android-support-v7-recyclerview.jar')
compile files('libs/picasso-2.5.0.jar') }
if you need more information. reply for me thanks