Unable to execute dex: java.nio.BufferOverflowException

升级了build-tools工具之后,打开原有的工程之后,出现了如下错误:

Unable to execute dex: java.nio.BufferOverflowException,



解决方法:

1. project.properties文件中, 将target=android-??替换成target=android-19

2.删除sdk目录下面的build-tools下面的19.0.0文件夹,重新启动eclipse。


这两种方法都可以解决出现的这个问题,我用的是第一种,比较简单,感觉这应该是个bug吧,等待官方升级解决吧。

你可能感兴趣的:(Unable to execute dex: java.nio.BufferOverflowException)