Home > other >  App Logo shows in debug apk but not in release apk | Android
App Logo shows in debug apk but not in release apk | Android

Time:01-02

So I have been working to add a logo to my app in android studio. I did it via right click on mipmap folder -> new -> Image Asset -> Selecting image asset -> next -> finish. After this my mipmap folder looks like the below image: Image asset for debug and release

  • Related