Help! Can't call new activity.

sample of what?

Of how you made openfeint to work.

Beejay Urzo
cocos2d-x works on rendering thread, which is different from UI thread. As you know, Android UI is not thread saved. So if you want to update UI via jni, you should use handler.
c++ > java> handler -> UI thread

i’ll post it asap, but i’m kind of busy fixing the release() calls.