-
Notifications
You must be signed in to change notification settings - Fork 28.7k
[tool] ⚡️ Install the corresponding APK in flutter run
#112768
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
[tool] ⚡️ Install the corresponding APK in flutter run
#112768
Conversation
flutter run
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.
This looks like the correct fix to make, I'll defer final approval to @GaryQian though.
I'm not sure if any external tools are using |
It's likely that there are tools depending on the Otherwise, the change looks good! |
https://github.com/flutter/flutter/pull/112768/checks?check_run_id=8940587074 The failure doesn't seem to be related. |
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.
LGTM, Thanks!
It's unclear how to deprecate a usage like this. The tool itself is not using the file at present, and other tools won't access the file through |
Agreed, not sure what we can do other than stop creating it and see what breaks. |
This PR has been reverted because is blocking the tree. \cc @christopherfujino @AlexV525 |
OK so in the next PR I think we should try to remove the copy and continue to track if any breaks. |
@christopherfujino @gspencergoog Could you help me with dumping the tests log? I can't access to the tree's dashboard due to my network issues currently, or maybe a tracking issue. Thanks! |
I will open a tracking issue and link from here |
…un` (flutter#112768)" (flutter#113614)" This reverts commit 4fa91c9.
Fix #111585. The PR makes the tool installs exactly the generated APK file, which corrects the console's output too. Also, SHA1 will be generated for all generated APKs in the batch.
Filename comparison (DEBUG Mode)
Pre-launch Checklist
///
).