I am creating a game in cocos2D android. I need to have an alert at the end of my game. Can I do this in cocos2D android?
|
feedback
|
|
I think you should do this with JNI using the showMessageBoxJNI(const char * pszMsg, const char * pszTitle) method in the MessageJni.cpp class (in /cocos2dx/platform/android/jni). Simply import MessageJni.cpp in the class where you want to add an alert:
Hope this helps. | ||||
|
feedback
|