No launcher icon

Former Member
Former Member
Hello. I want use custom launcher icon, but only the name of the application displayed.
manifest:
launcherIcon="LauncherIcon"

drawables.xml
<bitmap id="LauncherIcon" filename="icon-30px.png" />

Size icon 30x30px.

The documentation says: If a launcherIcon isn’t specified a default icon will be compiled into the application.
How change launcherIcon?