-2

the error is in manifest.xml. Android studio is showing error that it cannot resolve the symbol @mipmap/ic_launcher. I tried to change it to @drawable but no luck .Here is my screenshot of android studio-

Android studio screenshot

sud
  • 505
  • 1
  • 4
  • 12

2 Answers2

0

Create a folder mipmap-hdpi inside res folder. add ic_launcher.png icon in it. rebuild and run project

Akash kv
  • 429
  • 4
  • 13
-1

remove the images from ic_launcher.png folder and add directly to the mipmap folder. clean then project and run again...hope it will work..

sud
  • 505
  • 1
  • 4
  • 12