-
Notifications
You must be signed in to change notification settings - Fork 300
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
argument "--machine" disables "--multidex" #3837
Comments
I think this is something that will need handling in the |
This is my code: https://github.com/MCredbear/netease_cloudmusic_flutter |
This issue has been marked stale because it is tagged awaiting-info for 20 days with no activity. Remove the stale label or comment to prevent the issue being closed in 10 days. |
Sorry I didn't respond - have started looking at this over at flutter/flutter#99010, but need some input from someone on the Flutter team. I've removed the awaiting-info tag and will update here when that progresses. Thanks! |
Fixed by flutter/flutter#101689. Since the fix is in the Flutter SDK, it'll show up in a future Flutter release rather than a VS Code extension release. |
Describe the bug
As we know
--machine
is a default argument of this plugin (AtspawnRunDaemon()
), but it can fail--multidex
which is a required one for new Android Apps.Usually,
--multidex
is default to be enabled, and if it isn't enabled and it's required, the SDK would report.But after adding
--machine
, although you have added--multidex
, the SDK still tells yout to add it.The text was updated successfully, but these errors were encountered: