Almoullim / background_location

Flutter background location plugin for Android and iOS
https://pub.dev/packages/background_location
Other
224 stars 236 forks source link

AAPT: error: attribute android:foregroundService Type not found #116

Closed Alecckie closed 3 years ago

Alecckie commented 3 years ago

I am receiving the following 2 errors on RELEASE

  1. The plugin background_location use a deprecated version of the Android embedding. To avoid unexpected runtime failures, or future build failures, try to see if these plugins support the Android V2 embedding. Otherwise, consider removing them since a future release of Flutter will remove these deprecated APIs.
  2. AAPT: error: attribute android:foregroundService Type not found

The plugin is perfect in debug mode but could you just update these to make it work in release mode kindly?