breautek commented on issue #564: URL: https://github.com/apache/cordova-plugin-file/issues/564#issuecomment-1496805385
cordova-plugin-file@7 supports cordova-android@11, so by extension it supports API 22 - 32. There are caveats however on API 29 with external storage (Because API 29 doesn't support File operations for external storage on API 29). > when targeting SDK Level 23, By targeting SDK, if you mean you're setting the android Target SDK version to 23, then this isn't really a supported configuration. Cordova-android@11 expects the target SDK to be 31 or 32, as required by current Google Play deployment rules. Changing the Target SDK may enable or disable features, which may cause things not to work as expected. Lastly testing on both an API 33 emulator & API 23 emulator, with both the default target SDK as well as setting target SDK 23 (also requires setting compileSdkVersion back to 33 since it will default to the same as targetSdkVersion) passes the "Hello World" test (the cordova app template fires device ready) for me. If it isn't working for you, we may need more information about your environment. -- 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]
