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

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?

Post Created 130

Leave a Reply

Related Posts

Begin typing your search above and press enter to search. Press ESC to cancel.

Back To Top