启动应用程序时出现这个问题,怎么办?
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 错误:
验证失败,正在退出
失败:构建失败,出现异常。
- 出了什么问题:
任务“:app:processDebugMainManifest”执行失败。
Manifest merger failed with multiple errors, see logs
- 尝试:
运行 使用 --stacktrace 选项获取堆栈跟踪。 运行 使用 --info 或 --debug 选项以获得更多日志输出。 运行 使用 --scan 以获得完整的见解。
包含启动应用程序时出现的问题
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"
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 错误: 验证失败,正在退出
失败:构建失败,出现异常。
- 出了什么问题: 任务“:app:processDebugMainManifest”执行失败。
Manifest merger failed with multiple errors, see logs
- 尝试: 运行 使用 --stacktrace 选项获取堆栈跟踪。 运行 使用 --info 或 --debug 选项以获得更多日志输出。 运行 使用 --scan 以获得完整的见解。
包含启动应用程序时出现的问题 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"