Unable to execute dex: java.nio.BufferOverflowException

1. android 4.4 api 19会将导入工程的某些jar添加到Android Dependency目录下,这个在eclipse工程视图中会看到。(api 19的sdk文件不需要删除吧?)

2. 在Project的build path中将这些jar remove掉,这时工程会编译报错

3. 在build path中选择添加external jar,添加后保证这个jar在eclispe工程视图中不在Android Dependency目录下就可以了。

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