Legacy icon does not show when using adaptive icon

前端 未结 4 1303
礼貌的吻别
礼貌的吻别 2020-12-25 12:24

I just converted my app icon to be compatible with android o\'s adaptive icons using the Image Asset Studio in android studio

when I run my project now

4条回答
  •  孤城傲影
    2020-12-25 13:00

    I had the same trouble, and solved it by renaming my mipmap-anydpi directory to mipmap-anydpi-v26.

    Apparently the ic_launcher.xml file confuses older Android versions, and this hides it from all but O. At any rate, my icons now work on all versions (down to SDK 11, at least).

提交回复
热议问题