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 version of the Android embedding #24

Open
devnoaman opened this issue Sep 13, 2021 · 3 comments
Open

deprecated version of the Android embedding #24

devnoaman opened this issue Sep 13, 2021 · 3 comments

Comments

@devnoaman
Copy link

hi , i have this error in project , please upgrade it

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

@simplydt
Copy link

The easiest fix I found is to setup the project from scratch and import the files manually from the deprecated project offered here.

I did it and uploaded in case anyone wants to just branch out from my stub project:
https://github.com/simplydt/bmi_calculator_flutter_2023

@HimanshuDhiman0009
Copy link

Complete solved Project is here .
https://github.com/HimanshuDhiman0009/bmi_himanshu
for version control problem just replace your android folder from the android folder in this project.

@eric-sison
Copy link

The easiest fix is to delete the android folder, then open your android studio terminal. In the terminal, make sure you are in the root directory of your project and type flutter create .

Note that the "dot" indicates to initialize a flutter project in that current directory.

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

4 participants