Skip to content
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

More graceful handling of INSTALL_FAILED_VERIFICATION_FAILURE #58724

Open
Hixie opened this issue Jun 4, 2020 · 0 comments
Open

More graceful handling of INSTALL_FAILED_VERIFICATION_FAILURE #58724

Hixie opened this issue Jun 4, 2020 · 0 comments
Labels
a: quality A truly polished experience P3 Issues that are less important to the Flutter project team-tool Owned by Flutter Tool team tool Affects the "flutter" command-line tool. See also t: labels. triaged-tool Triaged by Flutter Tool team

Comments

@Hixie
Copy link
Contributor

Hixie commented Jun 4, 2020

I am required by device policy to have apps installed via USB verified. It turns out that if you have airplane mode enabled, this fails during flutter run as follows:

Error: ADB exited with exit code 1
Performing Streamed Install

adb: failed to install /Users/ianh/dev/ui-exp-dg/microbenchmarks/gc/flutter/build/app/outputs/flutter-apk/app.apk: Failure [INSTALL_FAILED_VERIFICATION_FAILURE]
Error running application on Pixel 3 XL.

We should catch that case and report it more gracefully, and suggest turning off airplane mode if appropriate.

@Hixie Hixie added tool Affects the "flutter" command-line tool. See also t: labels. a: quality A truly polished experience P3 Issues that are less important to the Flutter project labels Jun 4, 2020
@jmagman jmagman added this to Awaiting triage in Tools - command line usability review via automation Jun 9, 2020
@jonahwilliams jonahwilliams moved this from Awaiting triage to Engineer reviewed in Tools - command line usability review Sep 27, 2020
@flutter-triage-bot flutter-triage-bot bot added team-tool Owned by Flutter Tool team triaged-tool Triaged by Flutter Tool team labels Jul 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a: quality A truly polished experience P3 Issues that are less important to the Flutter project team-tool Owned by Flutter Tool team tool Affects the "flutter" command-line tool. See also t: labels. triaged-tool Triaged by Flutter Tool team
Projects
Development

No branches or pull requests

2 participants