You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with wild clicking on the skittle example I could produce this crash on emulator sdk 23 with last commit on masterr 3d6cf49:
02-17 04:42:13.868 2884 2884 E AndroidRuntime: java.lang.ArrayIndexOutOfBoundsException: length=12; index=-1
02-17 04:42:13.868 2884 2884 E AndroidRuntime: at java.util.ArrayList.get(ArrayList.java:310)
02-17 04:42:13.868 2884 2884 E AndroidRuntime: at snow.skittles.SkittleAdapter$SkittleViewHolder.onClick(SkittleAdapter.java:160)
02-17 04:42:13.868 2884 2884 E AndroidRuntime: at android.view.View.performClick(View.java:5198)
02-17 04:42:13.868 2884 2884 E AndroidRuntime: at android.view.View$PerformClick.run(View.java:21147)
02-17 04:42:13.868 2884 2884 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:739)
02-17 04:42:13.868 2884 2884 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:95)
02-17 04:42:13.868 2884 2884 E AndroidRuntime: at android.os.Looper.loop(Looper.java:148)
02-17 04:42:13.868 2884 2884 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:5417)
02-17 04:42:13.868 2884 2884 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
02-17 04:42:13.868 2884 2884 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
02-17 04:42:13.868 2884 2884 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
02-17 04:42:13.869 1588 1968 W ActivityManager: Force finishing activity snow.skittlessample/.MainActivity3
The text was updated successfully, but these errors were encountered:
I am getting this error when I attempt to close the menu after a menu item is clicked in the onSkittleClick. Can we look into a resolution for this aashrairavooru?
with wild clicking on the skittle example I could produce this crash on emulator sdk 23 with last commit on masterr 3d6cf49:
The text was updated successfully, but these errors were encountered: