BufferOverflowException when building application

前端 未结 13 1356
孤独总比滥情好
孤独总比滥情好 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 09:49

    Try right click your project > android > Project build Target >select less version than 4.4 and try to clean the project.

    It worked for me. :)

提交回复
热议问题