DexFile.class error in eclipse

后端 未结 2 674
梦如初夏
梦如初夏 2021-02-07 04:29

I get this weird error everytime I debug in eclipse. It just seemed to appear one day and I was wondering if anyone else was running int the same problem. It does not affect m

相关标签:
2条回答
  • 2021-02-07 04:46

    I finally found an answer Here. It looks like when you debug, it tries to go into code for which it doesn't have (the android source). There is a way you can include that into your project to avoid this error. If the link above doesn't work, try this one.

    0 讨论(0)
  • 2021-02-07 05:12

    I discovered that this was happening because I set a breakpoint on a class definition. To fix it i used the break point window in the debug perspective to uncheck all breakpoints. Hope this helps.

    0 讨论(0)
提交回复
热议问题