breautek commented on issue #584: URL: https://github.com/apache/cordova-plugin-file/issues/584#issuecomment-1643636864
> "Plugin doesn't support this project's cordova-android version. cordova-android 11.0.0. failed version requirement: Skipping 'cordova-plugin-file' for android." v8 requires cordova-android@12 because cordova-android 12 builds with API 33 which this plugin uses. > The android persistent storage location now defaults to "Internal. Please check this plugin's README to see if your application needs any changes in the 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 to file config.xml in order for application to find previousely stored files. This is a warning message is more of a notice and only really applies if you have an app that nearly 10 years old. If you had an app that **used** v2 of this plugin, v3+ required `<preference name="AndroidPersistentFileLocation" value="Compatibility" />` to maintain access to stored files. However if you never used `<preference name="AndroidPersistentFileLocation" value="Compatibility" />` or you're building a new app, then you should just use the default and it's safe to ignore the message. If you need to stay on on cordova-android@11, the you'll need to continue using file plugin 7. Closing as not a bug. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
