BufferOverflowException when building application

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

    I have solved this with build tools 19.0.1 and project build target to API 19. With build tools 19.0 I have this problem.

提交回复
热议问题