启动应用程序时出现这个问题,怎么办?

This problem appears when I start the application, what do I do?

C:\Users\lenovo\StudioProjects\TESTAH\android\app\src\main\AndroidManifest.xml:6:9-42 错误: AndroidManifest.xml:6:9-42 处的属性 application@name 需要占位符替换,但未提供任何值。 C:\Users\lenovo\StudioProjects\TESTAH\android\app\src\debug\AndroidManifest.xml 错误: 验证失败,正在退出

失败:构建失败,出现异常。

Manifest merger failed with multiple errors, see logs

包含启动应用程序时出现的问题 enter image description here

此图像包含文件 AndroidManifest.xml enter image description here

此图像包含文件 AndroidMainfest.xml 在 android/app/src/debug enter image description here

替换此行

   android:name=".MainActivity"

 android:name="io.flutter.embedding.android.FlutterFragmentActivity"