- Home /
Question by
igorejj44 · May 02, 2019 at 04:13 AM ·
androidpersistentdatapath
Problems with old data files when installing Android
I am developing a game and store the game data in a 'persistantDataPath'.
However, one day I deleted the game and installed the updated version, but there was a problem that the old data was created and the game was in trouble.
When I installed apk for the first time, I noticed that there was no corresponding data in the path 'android / data / com.my.game' and that it occurred when the game was executed. From that point on, the updated version is starting to have problems because of the old data it generates. There is no problem if you erase and run the data after installation. However, since the problem data is generated every time it is installed, the problem does not end.
Comment