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

已关闭
cippalippa7 年之前创建 · 0 条评论

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 在代码提交 7 年之前 中引用了该工单
gine7 年之前 关闭
登录 并参与到对话中。
未选择里程碑
未指派成员
1 名参与者
正在加载...
取消
保存
这个人很懒,什么都没留下。