I made an app, and I want it to be compatible from api 15 up. I changed the icon and test the app in an android 9 and everything is fine, but when I test the app in an android 4 I can't see the new icon but a default icon instead. I tried with a NPG image and with XML version of the same image, but non of them seem to work.
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@drawable/ic_tones_w_dt"
android:supportsRtl="true"
android:theme="@style/AppTheme">
the ic_tones_w_dt is pointing to the NPG image.
I would like to have some assistance in this issue. thanks in advance.
question from:
https://stackoverflow.com/questions/65887433/how-can-i-change-an-app-icon-in-api-15-in-android-studio 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…