RocooFix icon indicating copy to clipboard operation
RocooFix copied to clipboard

Execution failed for task ':app:rocooJarBeforeDexDebug'.

Open apkhook opened this issue 8 years ago • 3 comments

17:34:56.190 [ERROR] [org.gradle.BuildExceptionReporter] * What went wrong: 17:34:56.191 [ERROR] [org.gradle.BuildExceptionReporter] Execution failed for task ':app:rocooJarBeforeDexDebug'. 17:34:56.191 [ERROR] [org.gradle.BuildExceptionReporter] > com/android/dx/cf/direct/AttributeFactory

堆栈信息: 17:34:56.210 [ERROR] [org.gradle.BuildExceptionReporter] Caused by: java.lang.NoClassDefFoundError: com/android/dx/cf/direct/AttributeFactory 17:34:56.210 [ERROR] [org.gradle.BuildExceptionReporter] at com.dodola.rocoofix.utils.NuwaProcessor.class$(NuwaProcessor.groovy) 17:34:56.210 [ERROR] [org.gradle.BuildExceptionReporter] at com.dodola.rocoofix.utils.NuwaProcessor.$get$$class$com$dodola$rocoofix$ref$Path(NuwaProcessor.groovy) 17:34:56.211 [ERROR] [org.gradle.BuildExceptionReporter] at com.dodola.rocoofix.utils.NuwaProcessor.processJar(NuwaProcessor.groovy:30) 17:34:56.211 [ERROR] [org.gradle.BuildExceptionReporter] at com.dodola.rocoofix.utils.NuwaProcessor$processJar.call(Unknown Source) 17:34:56.211 [ERROR] [org.gradle.BuildExceptionReporter] at com.dodola.rocoofix.RocooFixPlugin$_applyTask_closure1$_closure3$_closure9$_closure12.doCall(RocooFixPlugin.groovy:194) 17:34:56.211 [ERROR] [org.gradle.BuildExceptionReporter] at com.dodola.rocoofix.RocooFixPlugin$_applyTask_closure1$_closure3$_closure9.doCall(RocooFixPlugin.groovy:190)

apkhook avatar Jul 28 '16 09:07 apkhook

当开启了multiDex插件会出现该问题

apkhook avatar Jul 28 '16 10:07 apkhook

@apkhook
试下com.android.tools.build:gradle:2.1.2

shoyu666 avatar Jul 28 '16 14:07 shoyu666

使用 2.1.2仍然会报这个错

zsunkun avatar Aug 03 '16 03:08 zsunkun