feat(cli): add mobile run commands, closes #13196#14120
Conversation
Package Changes Through d6455b5There are 9 changes which include @tauri-apps/api with minor, tauri-cli with minor, tauri-utils with minor, tauri-runtime-wry with minor, tauri-runtime with minor, tauri with minor, tauri-bundler with minor, @tauri-apps/cli with minor, tauri-macros with patch Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
|
This is awesome work @lucasfernog and will be really helpful for testing. |
FabianLars
left a comment
There was a problem hiding this comment.
I only skipped over the code but the command itself seems to work well for me on Windows->Android 👍
|
actually, it fails to install the apk with the --release flag do i need to set up signing for release builds here as well? |
|
debug builds are signed automatically by Android Studio. For release builds you indeed need to setup signing. |
|
ah alright |
similar to the dev command, but runs using the production bundle of the app
it is essentially a wrapper to the build command, but now it will
currently can be achieved with
[android|ios] build --openand running from the IDE.Edit by @FabianLars
fixes #13196