APK混淆代码发生的错误,求指教,错误信息已贴出

sjx19900424 2013-06-15 02:50:44
[2013-06-15 14:48:12 - xffcol_new] Proguard returned with error code 1. See console
[2013-06-15 14:48:12 - xffcol_new] Note: there were 616 duplicate class definitions.
[2013-06-15 14:48:12 - xffcol_new] Unexpected error while evaluating instruction:
[2013-06-15 14:48:12 - xffcol_new] Class = [android/support/v4/view/AccessibilityDelegateCompat$AccessibilityDelegateJellyBeanImpl]
[2013-06-15 14:48:12 - xffcol_new] Method = [newAccessiblityDelegateBridge(Landroid/support/v4/view/AccessibilityDelegateCompat;)Ljava/lang/Object;]
[2013-06-15 14:48:12 - xffcol_new] Instruction = [18] areturn
[2013-06-15 14:48:12 - xffcol_new] Exception = [java.lang.IllegalArgumentException] (Can't find any super classes of [android/support/v4/view/AccessibilityDelegateCompatIcs$1] (not even immediate super class [android/view/View$AccessibilityDelegate]))
[2013-06-15 14:48:12 - xffcol_new] Unexpected error while performing partial evaluation:
[2013-06-15 14:48:12 - xffcol_new] Class = [android/support/v4/view/AccessibilityDelegateCompat$AccessibilityDelegateJellyBeanImpl]
[2013-06-15 14:48:12 - xffcol_new] Method = [newAccessiblityDelegateBridge(Landroid/support/v4/view/AccessibilityDelegateCompat;)Ljava/lang/Object;]
[2013-06-15 14:48:12 - xffcol_new] Exception = [java.lang.IllegalArgumentException] (Can't find any super classes of [android/support/v4/view/AccessibilityDelegateCompatIcs$1] (not even immediate super class [android/view/View$AccessibilityDelegate]))
[2013-06-15 14:48:12 - xffcol_new] java.lang.IllegalArgumentException: Can't find any super classes of [android/support/v4/view/AccessibilityDelegateCompatIcs$1] (not even immediate super class [android/view/View$AccessibilityDelegate])
[2013-06-15 14:48:12 - xffcol_new] at proguard.evaluation.value.ReferenceValue.generalize(ReferenceValue.java:287)
[2013-06-15 14:48:12 - xffcol_new] at proguard.evaluation.value.IdentifiedReferenceValue.generalize(IdentifiedReferenceValue.java:65)
[2013-06-15 14:48:12 - xffcol_new] at proguard.evaluation.value.ReferenceValue.generalize(ReferenceValue.java:481)
[2013-06-15 14:48:12 - xffcol_new] at proguard.optimize.info.MethodOptimizationInfo.generalizeReturnValue(MethodOptimizationInfo.java:247)
[2013-06-15 14:48:12 - xffcol_new] at proguard.optimize.evaluation.StoringInvocationUnit.generalizeMethodReturnValue(StoringInvocationUnit.java:195)
[2013-06-15 14:48:12 - xffcol_new] at proguard.optimize.evaluation.StoringInvocationUnit.setMethodReturnValue(StoringInvocationUnit.java:126)
[2013-06-15 14:48:12 - xffcol_new] at proguard.evaluation.BasicInvocationUnit.exitMethod(BasicInvocationUnit.java:134)
[2013-06-15 14:48:12 - xffcol_new] at proguard.evaluation.Processor.visitSimpleInstruction(Processor.java:514)
[2013-06-15 14:48:12 - xffcol_new] at proguard.classfile.instruction.SimpleInstruction.accept(SimpleInstruction.java:218)
[2013-06-15 14:48:12 - xffcol_new] at proguard.optimize.evaluation.PartialEvaluator.evaluateSingleInstructionBlock(PartialEvaluator.java:753)
[2013-06-15 14:48:12 - xffcol_new] at proguard.optimize.evaluation.PartialEvaluator.evaluateInstructionBlock(PartialEvaluator.java:587)
[2013-06-15 14:48:12 - xffcol_new] at proguard.optimize.evaluation.PartialEvaluator.evaluateInstructionBlockAndExceptionHandlers(PartialEvaluator.java:560)
[2013-06-15 14:48:12 - xffcol_new] at proguard.optimize.evaluation.PartialEvaluator.visitCodeAttribute0(PartialEvaluator.java:264)
[2013-06-15 14:48:12 - xffcol_new] at proguard.optimize.evaluation.PartialEvaluator.visitCodeAttribute(PartialEvaluator.java:181)
[2013-06-15 14:48:12 - xffcol_new] at proguard.classfile.attribute.CodeAttribute.accept(CodeAttribute.java:101)
[2013-06-15 14:48:12 - xffcol_new] at proguard.classfile.ProgramMethod.attributesAccept(ProgramMethod.java:79)
[2013-06-15 14:48:12 - xffcol_new] at proguard.classfile.attribute.visitor.AllAttributeVisitor.visitProgramMember(AllAttributeVisitor.java:95)
[2013-06-15 14:48:12 - xffcol_new] at proguard.classfile.util.SimplifiedVisitor.visitProgramMethod(SimplifiedVisitor.java:91)
[2013-06-15 14:48:12 - xffcol_new] at proguard.classfile.ProgramMethod.accept(ProgramMethod.java:71)
[2013-06-15 14:48:12 - xffcol_new] at proguard.classfile.ProgramClass.methodsAccept(ProgramClass.java:504)
[2013-06-15 14:48:12 - xffcol_new] at proguard.classfile.visitor.AllMethodVisitor.visitProgramClass(AllMethodVisitor.java:47)
[2013-06-15 14:48:12 - xffcol_new] at proguard.classfile.ProgramClass.accept(ProgramClass.java:346)
[2013-06-15 14:48:12 - xffcol_new] at proguard.classfile.ClassPool.classesAccept(ClassPool.java:125)
[2013-06-15 14:48:12 - xffcol_new] at proguard.optimize.Optimizer.execute(Optimizer.java:372)
[2013-06-15 14:48:12 - xffcol_new] at proguard.ProGuard.optimize(ProGuard.java:307)
[2013-06-15 14:48:12 - xffcol_new] at proguard.ProGuard.execute(ProGuard.java:116)
[2013-06-15 14:48:12 - xffcol_new] at proguard.ProGuard.main(ProGuard.java:493)
...全文
66 1 打赏 收藏 转发到动态 举报
写回复
用AI写文章
1 条回复
切换为时间正序
请发表友善的回复…
发表回复
sjx19900424 2013-06-15
  • 打赏
  • 举报
回复
消灭零回复!!!!

80,362

社区成员

发帖
与我相关
我的任务
社区描述
移动平台 Android
androidandroid-studioandroidx 技术论坛(原bbs)
社区管理员
  • Android
  • yechaoa
  • 失落夏天
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧