Creating image asset in Android Studio -


i trying create image asset in android studio. facing problem @ 2 levels. first, when launch asset studio , select image asset type set 'launcher icon', asset created inside mipmap folder instead of drawable folder.

enter image description here

so changed asset type 'action bar , tab icons'.but causes image appear white blocks.

enter image description here

please advise supposed do.

about first problem, behavior correct.you have save ic_launcher in mipmap folder see android documentation

the 'action bar , tab icons' icons only, , icons defined android use 1 color


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

android - How to prevent keyboard from closing when bottom dialog is open? -