美文网首页
关于Error:Error converting bytecod

关于Error:Error converting bytecod

作者: 北冥有鱼1129 | 来源:发表于2017-08-07 10:10 被阅读0次

    最近把eclipse项目转到as上,发现以前引用的第三方库的版本太低,就更新了最新的,运行就报了下面的错:

    Error:Error converting bytecode to dex:

    Cause: com.android.dex.DexException: Multiple dex files define Laiyoutong/mingte/net/androidt/App;

    Error:Execution failed for task ':app:transformClassesWithDexForDebug'.

    >  com.android.build.api.transform.TransformException: com.android.ide.common.process.ProcessException:

    org.gradle.process.internal.ExecException: Process 'command 'D:\Program Files\Java\jdk1.7.0_67\bin\java.exe'' finished with non-zero exit value 2

    找解决方案吧。。。

    现在总结一下,出现这种错误的原因暂时发现两点:

    一、包重复,出现这种情况只需要把相同的包移除即可,一把出现在引入其他资源。

    而我的情况不符合这种情况。

    二、build本身的问题,可能是build缓存的问题,解决方法也很简单,只需要clean下工程,然后在rebuild,问题也可以解决。

    相关文章

      网友评论

          本文标题:关于Error:Error converting bytecod

          本文链接:https://www.haomeiwen.com/subject/bkuolxtx.html