breautek commented on issue #424: URL: https://github.com/apache/cordova-plugin-file/issues/424#issuecomment-700142409
Sorry, I meant in the android SDK, what build tools version do you have installed/using? You'll be able to see installed using the android SDK manager GUI. But to see specifically which one you're using, you'd probably have to look at your system environment `PATH` variable. You should have something like: `/path/to/android/sdk/build-tools/29.0.2`. However if you're using `cordova-android@8` then your build tools version should be 28.0.3. If it's not working on 28.0.3, then I would try upgrading to 29.0.2 You should be able to use build tools 29.0.2 and still build on cordova-android@8 targeting API 28 (do note that google will start requiring target API 29 soon however). If it works in build tools 29, then it does point out that adding the legacy flag is a breaking change and `cordova-plugin-file` should probably have a major version bump. ---------------------------------------------------------------- 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]
