我爲我的應用程序創建了一個庫項目。當我嘗試將庫添加到項目中,我得到的嘗試運行它時,下面的錯誤:
[2013-02-07 04:51:26 - Dex Loader] Unable to execute dex: Multiple dex files define Lcom/actionbarsherlock/R$attr;
[2013-02-07 04:51:26 - testfromlibrary] Conversion to Dalvik format failed: Unable to execute dex: Multiple dex files define Lcom/actionbarsherlock/R$attr;
我已經加入了HoloEverywhere庫到我的圖書館,而我已經添加了ActionBarSherlock庫HoloEverywhere。我在Windows 7上使用Eclipse。
即使我已將SDK更新到最新版本,重新啓動Eclipse並清理了各個項目,錯誤仍然存在。
有沒有人有任何想法如何解決這個錯誤?我的bin dir未包含在屬性下的構建路徑中,我已嘗試完成deleting the bin folder。
謝謝!
我的問題的解決方案是,我刪除了我複製粘貼在項目的lib文件夾中的jar文件。我明確導入了構建路徑中的外部罐子。 –