cocos2d-x cant save xml data on Android device -


i've got problem: used different ways save xml data, in pugixml save_file , used valuemap of cocos, both these ways work perfect on win32, don't work on android!

does knows, why? maybe must things let android device use disk memory? please help!

add write_external_storage permission manifest file , try again.

<manifest ...>     <uses-permission android:name="android.permission.write_external_storage" />     ... </manifest> 

Comments