新SDK環境import老版本項目異常處理

異常提示:

[2014-01-16 09:27:35 - Dex Loader] Unable to execute dex: java.nio.BufferOverflowException. Check the Eclipse log for stack trace.
[2014-01-16 09:27:35 - tab_demo] Conversion to Dalvik format failed: Unable to execute dex: java.nio.BufferOverflowException. Check the Eclipse log for stack trace.
java

這個異常主要表如今sdk 4.4 加載老版本項目會出現。關鍵是修改項目目錄中的.classpath文件。android

在.classpath 中找到並刪除以下標籤,而後clean,便可解決問題。eclipse

<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
相關文章
相關標籤/搜索