0

FAILURE: Build failed with an exception.

  • What went wrong: Execution failed for task ':app:processDebugResources'.

A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade Android resource linking failed D:\Compressed\namazcopy\build\location\intermediates\library_manifest\debug\AndroidManifest.xml:11:9-15:56: AAPT: error: attribute android:foregroundServiceType not found. Error pubspec flutter doc

ayaan477
  • 21
  • 3

1 Answers1

0

Add this in your xml file

  <manifest>
  ...
  <service ... 
 androidd:foregroundServiceType="location|camera" />
 </manifest>

If still this does not work go through this documents surely you will find solution https://developer.android.com/guide/components/foreground-services#java

Amit Kumar
  • 197
  • 1
  • 6