0

I am trying to run the code at https://github.com/kpbird/chipsedittext out-of-the-box and get the following error

Dex Loader] Unable to execute dex: java.nio.BufferOverflowException. Check the Eclipse log for stack trace.
[2014-03-25 11:24:58 - ChipsEditTextActivity] Conversion to Dalvik format failed: Unable to execute dex: java.nio.BufferOverflowException. Check the Eclipse log for stack trace.
Katedral Pillon
  • 14,534
  • 25
  • 99
  • 199

1 Answers1

0

BufferOverflowException

Unchecked exception thrown when a relative put operation reaches the target buffer's limit.

As the name say, it's thrown when the buffer reach the max size.

I found this question which should help you

Community
  • 1
  • 1
Marco Acierno
  • 14,682
  • 8
  • 43
  • 53