breautek edited a comment on issue #1344: URL: https://github.com/apache/cordova-android/issues/1344#issuecomment-917229765
This is a big gotcha... but You're missing a set of of -- to signal passing to a sub process. E.g. `cordova build android --release -- --packageType=apk` --release is part of the cordova command, but --packageType is a cordova-android argument, which is why the intermediate -- is necessary. Confusing... I know -- 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]
