Android crash when I force quit and reopen the game

As the title. Version 2.2.1
But when click the button “clear data”, and reopen again, it’s fine but there is a problem----the data I store through CCUserDefault was cleared.

I’m confusing, any buddy give me a hand. THX.:;qst

Android clear data does exactly that, it clears all data associated with the application, including data saved by cocos2dx. (Cocos2dx CCUserDefault data is also saved using Android’s own save data system)