Build problems with @mauron85/cordova-plugin-background-geolocation plugin

Could you help me with this error.
I have this plugin name=“@mauron85/cordova-plugin-background-geolocation” spec=“3.1.0” in my config.xml:
But I get this error:

Execution failed for task ‘: app: processDebugResources’.

A failure occurred while executing com.android.build.gradle.internal.tasks.Workers $ ActionFacade
Android resource linking failed
/platforms/android/app/src/main/res/xml/authenticator.xml:2: AAPT: error: resource mipmap / icon (aka xdk.intel.Mek: mipmap / icon) not found.

Does anyone know why this happens?
Please help.

This is how I’ve set it up. It’s a rather long while since I tested it though, so no guarantees it still works.

<plugin name="@mauron85/cordova-plugin-background-geolocation">
    <variable name="GOOGLE_PLAY_SERVICES_VERSION" value="11+" />
    <variable name="ANDROID_SUPPORT_LIBRARY_VERSION" value="23+" />
    <variable name="ICON" value="@mipmap/ic_launcher" />
    <variable name="SMALL_ICON" value="@mipmap/ic_launcher" />
    <variable name="ALWAYS_USAGE_DESCRIPTION" value="The app needs background location tracking" />
    <variable name="MOTION_USAGE_DESCRIPTION" value="Accelerometer use increases battery efficiency by intelligently toggling location tracking" />
</plugin>