Site icon VR SoftCoder

No resource found that matches the given name (at ‘icon’ with value ‘@mipmap/ic_launcher.png’) react native

No resource found that matches the given name (at 'icon' with value '@mipmap/ic_launcher.png') react native, Android Error : No resource found that matches the given name (at 'icon' with value '@drawable/icon'), How do I solve "No resource found that matches the given name (at 'icon' with value '@mipmap/ico')" in Android Studio?

No resource found that matches the given name (at 'icon' with value '@mipmap/ic_launcher.png') react native, Android Error : No resource found that matches the given name (at 'icon' with value '@drawable/icon'), How do I solve "No resource found that matches the given name (at 'icon' with value '@mipmap/ico')" in Android Studio?

No resource found that matches the given name (at ‘icon’ with value ‘@mipmap/ic_launcher.png’) react native

You need to add in AndroidManifest.xml file:-

 android:icon="@mipmap/ic_launcher"

Instead of

android:icon="@mipmap/ic_launcher.png"

No resource found that matches the given name (at ‘icon’ with value ‘@mipmap/ic_launcher.png’) react native,
Android Error : No resource found that matches the given name (at ‘icon’ with value ‘@drawable/icon’),
How do I solve “No resource found that matches the given name (at ‘icon’ with value ‘@mipmap/ico’)” in Android Studio?

Exit mobile version