最近出现老代码不能运行的问题
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"/>
删除它。