How Can I solve this error
Error:Execution failed for task \':app:dexDebug\'. com.android.ide.common.process.ProcessException: org.gradle.process.i
Have you tried commenting out the following in your build.gradle:
//compile fileTree(dir: 'libs', include: ['*.jar'])
REFERENCE: https://code.google.com/p/android/issues/detail?id=161605