BufferOverflowException when building application

前端 未结 13 1278
孤独总比滥情好
孤独总比滥情好 2020-11-29 09:29

Everytime i want to run my Android application i get a error:

[2013-11-02 13:05:36 - Dex Loader] Unable to execute dex: java.nio.BufferOverflowException. Che         


        
相关标签:
13条回答
  • 2020-11-29 10:08

    After the installation of the new sdk, there is a new folder "Android Dependencies" under your project file. If you right click and remove it from build path, you will be able to build again your project.

    0 讨论(0)
提交回复
热议问题