We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Updated to the latest flutter, example app no longer builds:
Build failed due to use of deleted Android v1 embedding.
[✓] Flutter (Channel stable, 3.24.1, on macOS 14.1.1 23B81 darwin-arm64, locale en-US) [✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0-rc1)
I can get past that error by editing AndroidManifest.xml: Android:name="${applicationName}"
But the build still fails:
BUG! exception in phase 'semantic analysis' in source unit 'BuildScript' Unsupported class file major version 61
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Updated to the latest flutter, example app no longer builds:
[✓] Flutter (Channel stable, 3.24.1, on macOS 14.1.1 23B81 darwin-arm64, locale en-US)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0-rc1)
I can get past that error by editing AndroidManifest.xml:
Android:name="${applicationName}"
But the build still fails:
The text was updated successfully, but these errors were encountered: