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

Build error app-debug.apk does not exist for add2app under flutter stable channel #121256

Closed
burnermanx opened this issue Feb 22, 2023 · 4 comments
Labels
r: fixed Issue is closed as already fixed in a newer version

Comments

@burnermanx
Copy link

burnermanx commented Feb 22, 2023

Steps to Reproduce

  1. Create an add-to-app project
  2. Try to run on Android Studio or execute flutter run

Expected results:
Project runs on emulator

Actual results:
Build error. Failed to install APK, because build/host/apk/app-debug.apk does not exist.

Flutter Doctor:

Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.7.5-0.0.pre.1, on Ubuntu 22.04.2 LTS
    5.19.0-32-generic, locale pt_BR.UTF-8)
[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.0)
[✓] Chrome - develop for the web
[✓] Linux toolchain - develop for Linux desktop
[!] Android Studio (version 2022.1)
    ✗ Unable to find bundled Java version.
[✓] VS Code
[✓] Connected device (3 available)
[✓] HTTP Host Availability

! Doctor found issues in 1 category.

Cherry-picking 5dabe10 fixes this problem.

@huycozy huycozy added the in triage Presently being triaged by the triage team label Feb 23, 2023
@huycozy
Copy link
Member

huycozy commented Feb 23, 2023

Thanks for the report. This issue seems to have been fixed on the latest master channel.

I'll be closing this issue since it has already been fixed on the latest master channel. If you still experience this issue, kindly leave a comment below and I will reopen this. Thank you!

@huycozy huycozy closed this as completed Feb 23, 2023
@huycozy huycozy added r: fixed Issue is closed as already fixed in a newer version and removed in triage Presently being triaged by the triage team labels Feb 23, 2023
@burnermanx
Copy link
Author

burnermanx commented Feb 23, 2023

Thanks for the report. This issue seems to have been fixed on the latest master channel.

I'll be closing this issue since it has already been fixed on the latest master channel. If you still experience this issue, kindly leave a comment below and I will reopen this. Thank you!

It's possible to request a cherry-pick to bring this fix to stable channel? On stable version (3.7.5 actually) I still have this problem

@huycozy
Copy link
Member

huycozy commented Feb 26, 2023

You can read more about the build release channels here https://github.com/flutter/flutter/wiki/Flutter-build-release-channels. And also take a look at these documents for more information:

@github-actions
Copy link

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 flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
r: fixed Issue is closed as already fixed in a newer version
Projects
None yet
Development

No branches or pull requests

2 participants