I’m not sure if anyone else has experienced this but when exporting an app on ai2-test, the default Codi app icon and custom icons don’t seem to work. I always see the default Android icon instead.
Screen1 Icon designer property (none should use default Codi icon)
So this seems to be a subtle bug in the new adaptive icons support. If I build locally on my Mac and install on a device, it works fine. If I build on ai2-test and install on the emulator, that also works fine. But if I build on ai2-test and install on the device it gives the default android icon. This is even more puzzling because of the fact that the icons are present in the APK so it’s unclear why they aren’t being used by the launcher.
It appears this problem is caused by our use of an older version of the Android build tools that predate the introduction of round icons. I updated our Linux build tools and it seems to fix the issue on a Linux development machine.
… apparently it has not yet been updated / implemented to http://ai2-test.appinventor.mit.edu/
(I get the same result as before on a Galaxy Note8, Android 9)
After de- and recompiling it works, as Boban already mentioned.