Android Unable to execute dex: java.nio.BufferOverflowException

導入Android項目至Eclipse中,編譯項目報錯:

Unable to execute dex: java.nio.BufferOverflowException. Check the Eclipse log for stack trace.

Conversion to Dalvik format failed: Unable to execute dex: java.nio.BufferOverflowException. Check the Eclipse log for stack trace.


解決方法:

在eclipse中右鍵這個文件夾,在Build Path選項中選擇  remove it from build path。。

理由:

最新的19版本會在你的項目下建立一個依賴包  Android Dependencies,



發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章