How to set custom icon for extension Logo

Skipping missing icon again

because if i use this the icon is not in the aix ? it try to find it on internet ?

In community :).

"https://community.appinventor.mit.edu/uploads/default/original/3X/0/7/07664ec9712286fc03c75bdfda413b4c5b9a1a5c.png"

I don't kwnow how tou do that: https://community.appinventor.mit.edu this is the forum, but how do you acces uploads ?

See how, mouse right click

image

Paste this link into the java code. This is the link to your icon that you inserted a few posts above.
https://community.appinventor.mit.edu/uploads/default/original/3X/0/7/07664ec9712286fc03c75bdfda413b4c5b9a1a5c.png

ok. I got it !
it works, even if it is a stange way to do it...
thanks
Mp3Tag
PhoneCall
Mp3Tag7
WRITE_SETTINGSpermission
image
calendar

try
aiwebres\logo.png
instead of
aiwebres/logo.png :no_entry_sign:

I already tried it , and aiwebres\\logo.png
aiwebres\\\logo.png
aiwebres//logo.png
none works

With "\" does not compile. Are you working on Windows?

just use aiwebres/logo.png

 [java]
 [java] Extensions : Generating files [jml.JmlPhoneCall]
 [java] Extensions : Skipping missing icon aiwebres/logo.png
 [java] Extensions : Copying file jml\JmlPhoneCall\JmlPhoneCall.class
 [java] Extensions : Successfully created jml.JmlPhoneCall build info file
 [java] Extensions : Successfully created jml.JmlPhoneCall extension properties file
 [java]

image

I just guess