-
Notifications
You must be signed in to change notification settings - Fork 27.5k
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
Flutter app won't install to Android emulator #55908
Comments
This same app works fine on iOS simulator if that helps. |
I have done more debugging and it seems this is caused by the flutter_inappwebview plugin. I will leave this here for others experiencing the same issue. |
Hi @owenkealey [ +8 ms] I/Process ( 7589): Sending signal. PID: 7589 SIG: 9
[ +44 ms] Service protocol connection closed.
[ ] Lost connection to device.
[+2679 ms] Updating files does this happen running the app from terminal as well I noticed that you already opened the issue in the 3rd party plugin flutter_inappwebview github, |
This is correct, I suspect this issue has something to do with old plugins
not working well with Android V2 embedding which is now the default for new
projects. Without the plugin the issue disappears.
…On Wed, Apr 29, 2020 at 3:50 AM Francesco Iapicca ***@***.***> wrote:
Hi @owenkealey <https://github.com/owenkealey>
from the error in your logs the issue seems to be caused
by losing connection with the android emulator
[ +8 ms] I/Process ( 7589): Sending signal. PID: 7589 SIG: 9
[ +44 ms] Service protocol connection closed.
[ ] Lost connection to device.
[+2679 ms] Updating files
does this happen running the app from terminal as well
or with a physical device?
I noticed that you already opened the issue in the 3rd party plugin
flutter_inappwebview <https://pub.dev/packages/flutter_inappwebview>
github,
that is correct, just to make sure that it is the cause of the issue,
do you experience the issue without said plugin?
Thank you
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#55908 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGH6KGGYZ2V47SLTHZ2JSMLRO7L5LANCNFSM4MTHB25A>
.
|
Thanks for checking @owenkealey |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
Steps to Reproduce
flutter run
.Expected results:
The app running in my Android emulator.
Actual results:
Flutter says it lost connection to the emulator. Emulator is running Pie, more details below.
Logs
Only the last half is attached, vscode's built in terminal didn't save the first part since its so long.
The text was updated successfully, but these errors were encountered: