Asset images are not showing in exported app

I am a begginer. pls help me.

I want to show star.png in my title icon…
in compilation, app is working fine,

when i export the app, title icons are not showing.
which path should i give for asset files?

İ think you should use material icons as titlebar icon by input the icon name only as text

I am using material icons. and using icon name as text but still… problem is not solved…

see this screenshot - Imgur: The magic of the Internet

I think because the copanion shows the icons even if you put the add title bar icon block to Screen1.initialise. Use the Menu.initialise command, then add a title bar icon with the image “star.png” not “/assests/star.png”

menu initialise command works… Thank u so much