I am creating an app in Android studio. I want to change the app icon which shows when my app is opened. Please refer to the following image to understand my problem:
The icon is properly showing for my apk file and app icon. But my opened app shows the default icon.
What I done yet:
I added the app icon in my AndroidManifest.xml:
android:icon="@drawable/myappicon"
android:roundIcon="@drawable/myappicon"
I also added Go to menu File* → New → Image Assets → select launcher icon → choose image file etc
Still my opened app showing default app icon please help!