BufferOverflowException when building application

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

    I have solved by setting the project build target to API 19.

    0 讨论(0)
  • 2020-11-29 10:00

    I have solved by setting the target=android-19 or must match to the targetSDk under manifest. target=android found under project.properties in root directory of the project..

    Hope this Help...

    0 讨论(0)
  • 2020-11-29 10:01

    I have also got the same problem. just, I have uninstalled SDK build 19 and restarted eclicpse.hope this helps and google will fix this issue soon...

    0 讨论(0)
  • 2020-11-29 10:01

    right click your project > android tools > android support library

    hope this helps :)

    0 讨论(0)
  • 2020-11-29 10:04

    Try to delete the build 19 folder manually.

    0 讨论(0)
  • 2020-11-29 10:04

    I have solved my problem by installing android sdk platform tools and sdk Build tools in sdk manager

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