错误:任务':app:transformClassesWithMultidexlistForDebug'的执行失败。 > jarMerging

时间:2016-11-24 12:44:10

标签: android

我收到此错误: Multidex and ccid.jar are not used at the same time.当我删除ccid.jar时,它有效。

dependencies 
    {
        compile 'com.android.support:multidex:1.0.1'
        compile 'com.android.support:appcompat-v7:25.0.0'
        compile files('libs/akiscif-2.4.7.jar')
        compile files('libs/asn1rt-6.5.3.jar')
        compile files('libs/ccid-1.1.5.jar')
    }

错误

Error:Execution failed for task ':app:transformClassesWithMultidexlistForDebug'.
> java.io.IOException: Can't read [D:\workspace android_studio\EDenetiS\app\build\intermediates\transforms\jarMerging\debug\jars\1\1f\combined.jar] (Can't process class [com/scdroid/ccid/c.class] (Unknown verification type [29] in stack map frame))

0 个答案:

没有答案