breautek commented on issue #1345: URL: https://github.com/apache/cordova-android/issues/1345#issuecomment-917465940
> Cordova Platforms : android 8.1.0 I still need to know what build tools version you're using. For 8.x, the recommended version would be build tools 28.x. The build tools should be in your `PATH` variable. Using the terminal command `which aapt` should print you a path that looks like: ```bash which aapt /home/norman/Android/Sdk/build-tools/30.0.3//aapt ``` The above example shows that my build-tools version being used is `30.0.3`. -- 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]
