2014-07-16 90 views
0

我安裝libgdx我的想法,因爲它寫在這裏:https://github.com/libgdx/libgdxLibgdx編譯錯誤

項目沒有明顯的錯誤,但是當我試圖編譯它給我一個錯誤:

Error:Android Dex: [android] Unable to execute DX 
Error:Android Dex: [android] com.android.dex.DexException: Cannot merge new index 68094 into a non-jumbo instruction! 

而且我使用Google搜索可能會導致堆的大小很小。然後,我在的IntelliJ IDEA增加它在設置 - > Compilers-> Android的編譯器3000,但它並沒有幫助

+0

LibGDX現在只是OpenGL ES 2.0,所以不太可能在仿真器上很好地工作。如果您沒有在物理設備上測試,我建議使用Genymotion之類的東西。 – Tenfour04

+0

不,我正在使用手機進行測試。但是,爲什麼你寫關於模擬器?在我選擇設備之前,這個錯誤會導致編譯步驟。 – Aleksandrs

回答

0

1)我檢查標誌「強制巨型模式」設置 - >反編譯> Android的編譯器

2)在project.properties文件中寫下dex.force.jumbo=true,它位於android文件夾下