
























最近出现老代码不能运行的问题
Conversion to Dalvik format failed: Unable to execute dex: java.nio.BufferOverflowException. Check the Eclipse log for stack trace.
这个原因,其实是因为当前开发环境已经升级到4.4引起的
只要修改.classpath文件即可
找到工程目录.classpath文件,用记事本打开,找到
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
删除它。
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。