-
Notifications
You must be signed in to change notification settings - Fork 1.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 failed due to use of deprecated Android v1 embedding #46
Comments
I did solve the problem without loosing time simply this way:
|
FYI, I created a repo for this if you'd like to reference it, instead of performing these series of steps on your own: |
It's really a shame that the repos are abandoned without any information. Many people who do not know how to properly solve these issues will already fail here and maybe also loose the motivation to continue learning. A good course should be kept up-to-date. Sorry @angelabauer, but this is not what I expected from you. |
While I agree with @Myzel394 that the course files should be updated frequently to make sure they run on the newest versions, I believe the course instructor needs to be bugged by us for this otherwise she'll be submerged by all kinds of requests and questions. I'd give her some time (since I found the solution...): While creating a new Flutter project and copying the
|
This is the only Solution worked for me : ) if any one like to clone the working project check out the link |
Spent like 2 hours, before finally tried these simple steps. It worked! Thank you. |
Thank you <3 |
The project is unable to compile due to the migration to Android v2 embedding. Flutter provides instructions on how to remedy this issue, but the process can be complicated for people who are new to programming.
Migration Instructions for Android v2 Embedding
The text was updated successfully, but these errors were encountered: