我下載了適用於android開發的理念版本13社區版。我下載了JDK 1.7和Android SDK。當我創建Android項目時,我指定了jdk版本和android sdk版本。所以,這裏是一個問題:當我選擇JDK 1.7和Android SDK中4.0.3或更低時,我把「重建工程」我有這樣的錯誤日誌:Intelij Idea 13在Android項目建設期間出錯
Android Dex: [testApp2] Unable to execute DX
Android Dex: [testApp2] java.nio.BufferOverflowException
Android Dex: [testApp2] at java.nio.Buffer.nextPutIndex(Buffer.java:519)
Android Dex: [testApp2] at java.nio.HeapByteBuffer.putShort(HeapByteBuffer.java:315)
Android Dex: [testApp2] at com.android.dex.Dex$Section.writeShort(Dex.java:818)
Android Dex: [testApp2] at com.android.dex.Dex$Section.writeTypeList(Dex.java:870)
...
這裏是我的manifest.xml
你是如何解決它的?你能形容嗎? – konunger
我編輯我的文章描述的方式來升/降級構建工具。 – BHuelse