Crash when using CCUserDefault (since 0.9.0 -> 0.9.1 upgrade)

I just started a new project and was re-using some code from a previous 0.9.0 project which used CCUserDefault to read and write data which now causes the Android app to crash. The iPhone test runs fine.

Code:
CCUserDefault::sharedUserDefault()->setBoolForKey( “mykey”, true );

I can reproduce this too.

Bug #744 created. It’s reported 3 times. I’ll fix it in v0.9.2.
Thanks a lot to everyone.