We Are Going To Discuss About build failed due to use of deprecated android v1 embedding when cloning a project from github. So lets Start this Flutter Article.
build failed due to use of deprecated android v1 embedding when cloning a project from github
In my android/app/src/main/AndroidManifest.xml I changed android:name=”io.flutter.app.FlutterApplication” to android:name=”${applicationName}”
The question was answered here: AndroidManifest.xml uses `android:name=”io.flutter.app.FutterApplication”`
In my android/app/src/main/AndroidManifest.xml I changed android:name=”io.flutter.app.FlutterApplication” to android:name=”${applicationName}”
The question was answered here: AndroidManifest.xml uses `android:name=”io.flutter.app.FutterApplication”`
Solution 1
In my android/app/src/main/AndroidManifest.xml I changed android:name=”io.flutter.app.FlutterApplication” to android:name=”${applicationName}”
The question was answered here: AndroidManifest.xml uses `android:name=”io.flutter.app.FutterApplication”`
Original Author Dangdat Of This Content
Solution 2
The easy way to run a old project is
- remove android folder
- flutter create . . it will create all dependent folder by default according to compatible settings
Original Author Mir Injamamul Of This Content
Conclusion
So This is all About This Tutorial. Hope This Tutorial Helped You. Thank You.