I got the following exception when call java.nio.ByteBuffer.put(ByteBuffer.java)
11-09 22:11:55.631 E/AndroidRuntime( 1616): FATAL EXCEPTION: Thread-701
11-09 22:11:55.631 E/AndroidRuntime( 1616): Process: com.jerikc.demo, PID: 1616
11-09 22:11:55.631 E/AndroidRuntime( 1616): java.lang.IllegalArgumentException: src == this
11-09 22:11:55.631 E/AndroidRuntime( 1616): at java.nio.ByteBuffer.put(ByteBuffer.java:749)
What does that mean? How to fix it?