using the EAP and facing this weird issue with and...
# eap
p
using the EAP and facing this weird issue with android's LongSparseArray. It complains that the object that I'm passing to it is not long, although even when looking at the debugger it clearly is:
java.lang.ClassCastException: java.lang.Double cannot be cast to java.lang.Long: Ljava/lang/ClassCastException;