Adaptive Icon not working

后端 未结 5 672
南旧
南旧 2021-02-05 13:16

manifest:



        
5条回答
  •  逝去的感伤
    2021-02-05 14:19

    I too have faced the same issue, here is how I have fixed this issue

    1. Right click on resource -> New -> ImageAsset

    2. Choose the ic_launcher_background icon and ic_launcher_foreground as shown in below screen

    1. Android studio creates an ic_launcher.xml under resource mipmap (anydpi-v26)

       
      
          
          
      
      
    2. Now inside the Manifest.XML, declare the icon and round icon something shown in like below

      
      
      
                      .......
      

      Yes that's all and Run your app on any device it appears

提交回复
热议问题