-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
feat(cli): add mobile run commands, closes #13196 #14120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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