How to change my Android app icon
At last article, we succeed to publish my app to Google play, but I found I forgot to change the app icon, so today, let us change the app icon.
It is pretty convenient to do it in Android Studio, just follow the steps:
Android Studio: Right click on your application module and click New -> Image Asset
Choose foreground and background layer, image or color or text as you like, and fit the scaling.
Click finish, and it will generate some files in the res directory.
Check the result in Android emulator.
π Please leave your comment if you like this.π