skip to Main Content

What happens when I accidentally delete the ic_launcher and ic_launcher_round files in android studio
Res>mipmap>ic_launcher
Now i have errors in my code.
Is it possible to redeem this error or do I have to start my project all over again

I dont know what to do.

2

Answers


  1. first create new project than copy that "minimap" folder after that from where you have deleted past in resource folder that you have copied from the new project. Your problem will solved

    Login or Signup to reply.
  2. You can generate the new app icon, choose file -> new -> image asset. then import your icon.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search