测试图标显示在带有mdpi的Android设备上。但在带有xxxhdpi的Samsung S8上会显示“默认”图标。可能是什么问题?
src/tst/res/mipmap-mdpi/ic_launcher.png (48 x 48)
src/tst/res/mipmap-xxxhdpi/ic_launcher.png (192 x 192)
答案 0 :(得分:0)
问题是Android 8.0中引入了新的自适应图标,这使得图标无法正确显示。
https://developer.android.com/guide/practices/ui_guidelines/icon_design_adaptive