Android Studio : UNEXPECTED TOP-LEVEL EXCEPTION:

前端 未结 4 525
孤街浪徒
孤街浪徒 2021-01-07 06:08

How Can I solve this error

Error:Execution failed for task \':app:dexDebug\'. com.android.ide.common.process.ProcessException: org.gradle.process.i

4条回答
  •  隐瞒了意图╮
    2021-01-07 06:33

    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

提交回复
热议问题