Skip to content

Using Android CLI Tools #3224

Answered by imhoffd
DaveBolt asked this question in Q&A
Jul 8, 2020 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

For Capacitor 3, we plan to offer a npx cap run command that provides a CLI workflow for deploying debug builds to devices, intended to be used during development.

We will not be adding support for release builds on the command-line at this time. You can follow this issue for that, if that's what you're asking for. I don't think Capacitor is the right tool to handle release builds because:

  • Cordova offers programmatic builds because it attempts to completely abstract away the native projects, whereas Capacitor embraces them. With Capacitor, you are encouraged to commit native projects to source control and tweak them as you see fit. Read about more differences between Capacitor and Cordova

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@DaveBolt
Comment options

@imhoffd
Comment options

Answer selected by DaveBolt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants