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

deprecated android embedding #17

Open
skcog opened this issue Nov 2, 2023 · 1 comment
Open

deprecated android embedding #17

skcog opened this issue Nov 2, 2023 · 1 comment

Comments

@skcog
Copy link

skcog commented Nov 2, 2023

Hi,

When I run the dart pub get, I see this error message.

This app is using a deprecated version of the Android embedding.
To avoid unexpected runtime failures, or future build failures, try to migrate this app to the V2 embedding.
Take a look at the docs for migrating an app: https://github.com/flutter/flutter/wiki/Upgrading-pre-1.12-Android-projects
exit code 0

@WhistlerChoi
Copy link

This can be fixed by deleting the line below.
android:name="io.flutter.app.FlutterApplication"

AndroidManifest.xml
<application
android:name="io.flutter.app.FlutterApplication"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants