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,984
  • 21
  • 92
  • 196

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,368
  • 7
  • 41
  • 53