Android resource linking failed
C:\Users\Yoan\firebaseapp\android\app\build\intermediates\merged_manifests\debug\AndroidManifest.xml:49: AAPT: error: resource drawable/ic_stat_ic_notification (aka com.firebaseapp:drawable/ic_stat_ic_notification) not found.
AndroidManifest.xml:
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
<application android:usesCleartextTraffic="true" tools:targetApi="28" tools:ignore="GoogleAppIndexingWarning" />
</manifest>
value folder:
strings.xml:
colors.xml:
styles.xml:
I read on couple of questions that if I have the first line in the .xml file twice I have to remove one, but what can I do in my case? I have it only once.