FAILURE:构建失败,出现异常。
执行 com.android.build.gradle.internal.tasks.Workers$ActionFacade 时发生故障 Android 资源链接失败 D:\Compressed\namazcopy\build\location\intermediates\library_manifest\debug\AndroidManifest.xml:11:9-15:56: AAPT: 错误: 属性 android:foregroundServiceType 未找到。 Error pubspec flutter doc
答案 0 :(得分:0)
在你的xml文件中添加这个
<manifest>
...
<service ...
androidd:foregroundServiceType="location|camera" />
</manifest>
如果这仍然不起作用,请阅读此文档,您肯定会找到解决方案 https://developer.android.com/guide/components/foreground-services#java