-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java.lang.ArrayStoreException #5
Comments
I never encountered this exception myself. It might have something to do with the CCDictionary implementation. I suggest you take a look at your cocos2d-x version's implementation of CCDictionary. |
thanks for the reply ! however i got this exception 02-07 16:55:06.711: W/System.err(10381): java.lang.ArrayStoreException: java.lang.String cannot be stored in an array of type java.lang.String[][] but it only occurs in samsung, weird :| |
edit AnalyticXStringUtilAndroid.cpp (diwu/AnalyticX) |
@rhapsodixx the latest commits might have fixed your problem. could you fetch it and try again? |
yap ! its solved, thanks a lot mate 👍 |
Hi, have you ever encounter java.lang.ArrayStoreException when logging event with CCDictionary?
in my case, it only occurs in samsung devices :|
thanks mate !
The text was updated successfully, but these errors were encountered: