#15 in order for the application to find previously stored files

Closed
opened 7 years ago by cippalippa · 0 comments

Al prossimo "git push" finisce in config.xml:

<preference name="AndroidPersistentFileLocation" value="Compatibility" />

Cura a fronte del msg di errore in caso di "cordova platform add android":

Installing "cordova-plugin-compat" for android

The Android Persistent storage location now defaults to "Internal". Please check this plugin's README to see if your application needs any changes in its config.xml.

If this is a new application no changes are required.

If this is an update to an existing application that did not specify an "AndroidPersistentFileLocation" you may need to add:

      "<preference name="AndroidPersistentFileLocation" value="Compatibility" />"

to config.xml in order for the application to find previously stored files.
Al prossimo _"git push"_ finisce in config.xml: ``` <preference name="AndroidPersistentFileLocation" value="Compatibility" /> ``` Cura a fronte del msg di errore in caso di _"cordova platform add android"_: ``` Installing "cordova-plugin-compat" for android The Android Persistent storage location now defaults to "Internal". Please check this plugin's README to see if your application needs any changes in its config.xml. If this is a new application no changes are required. If this is an update to an existing application that did not specify an "AndroidPersistentFileLocation" you may need to add: "<preference name="AndroidPersistentFileLocation" value="Compatibility" />" to config.xml in order for the application to find previously stored files. ```
gine referenced this issue from a commit 7 years ago
Sign in to join this conversation.
No Milestone
No assignee
1 Participants
Loading...
Cancel
Save
There is no content yet.