You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build failed due to use of deprecated Android v1 embedding.
Hello.
I am doing the dicee flutter project and whenever I build the stub project, I see this error saying "Build failed due to use of deprecated Android v1 embedding." I searched this up but it says to change some stuff in some AndroidManifest.xml and some build.gradle, but I don't know how I can do it. I can't continue with the project if this error is not fixed.
I use VSCode but I don't think it is related to the error.
Please someone help me to fix this.
The text was updated successfully, but these errors were encountered:
remove attribute android:name="io.flutter.app.FlutterApplication" in application tag, and insert <meta-data android:name="flutterEmbedding" android:value="2"/> into your activity tag
Build failed due to use of deprecated Android v1 embedding.
Hello.
I am doing the dicee flutter project and whenever I build the stub project, I see this error saying "Build failed due to use of deprecated Android v1 embedding." I searched this up but it says to change some stuff in some AndroidManifest.xml and some build.gradle, but I don't know how I can do it. I can't continue with the project if this error is not fixed.
I use VSCode but I don't think it is related to the error.
Please someone help me to fix this.
The text was updated successfully, but these errors were encountered: