jfoclpf commented on issue #426: URL: https://github.com/apache/cordova-plugin-file/issues/426#issuecomment-758264100
Great, thanks, indeed I made ``` cordova plugin rm cordova-plugin-file cordova plugin add https://github.com/apache/cordova-plugin-file.git ``` I tested it now and it allows me to use `cordova.file.externalRootDirectory + "/Download"` in Android 10 (API 29) > Yes, but you still need to use build tools version 29, otherwise the build will fail to recognize `android:requestLegacyExternalStorage`. Did you mean this in `config.xml`? ``` <preference name="android-targetSdkVersion" value="29"/> ``` Thanks in advance ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
