You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/09/10 21:44:28 UTC

[GitHub] [cordova-android] breautek edited a comment on issue #1344: PackageType flag ignored with cordova-android 10 with release builds

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: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org