java.lang.IndexOutOfBoundsException: Invalid location 1, size is 2
Hi, I got an indexOutOfBound error . The description caught me in mess.
It says java.lang.IndexOutOfBoundsException: Invalid location 1, size is 2
I am unable to understand the exception description.
any help..
"
09-19 17:02:20.258 E/AndroidRuntime( 1939): java.lang.IndexOutOfBoundsException: Invalid location 1, size is 2
09-19 17:02:20.258 E/AndroidRuntime( 1939): at java.util.ArrayList.get(ArrayList.java:341)
09-19 17:02:20.258 E/AndroidRuntime( 1939): at com.cooliris.media.PathBarLayer.renderBlended(Path BarLayer.java:177)
09-19 17:02:20.258 E/AndroidRuntime( 1939): at com.cooliris.media.RenderView.onDrawFrame(RenderVi ew.java:642)
09-19 17:02:20.258 E/AndroidRuntime( 1939): at android.opengl.GLSurfaceView$GLThread.guardedRun(G LSurfaceView.java:1127)
09-19 17:02:20.258 E/AndroidRuntime( 1939): at android.opengl.GLSurfaceView$GLThread.run(GLSurfac eView.java:975)
"