-
Notifications
You must be signed in to change notification settings - Fork 28.1k
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
Comments
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 |
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: |
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:
Project runs on emulator
Actual results:
Build error. Failed to install APK, because
build/host/apk/app-debug.apk
does not exist.Flutter Doctor:
Cherry-picking 5dabe10 fixes this problem.
The text was updated successfully, but these errors were encountered: