For acces to the filesystem you should to buy the Cordova Plugins in the Scirra store, then you install the Cordova Plugin "cranberrygame_CordovaFile.c2addon". Well al this point you should to reconstruct the "filesystem save" with the "cordova-plugin-file". Once you finish, you should to export the project to Cordova and use Phonegap or Cordova CLI to compile the APK, but before, you should install the plugin in your project from Cordova CLI or Phonegap and add this code to request acces to the filesystem <preference name="AndroidPersistentFileLocation" value="Compatibility" />
<preference name="AndroidExtraFilesystems" value="files,files-external,documents,sdcard,cache,cache-external,root" />
Then, you compile the apk and try it in your phone. I hope I had been helpful!!!
PD.: Sorry for my english!!!