I am experiencing a critical issue where images stored in my project’s Assets folder are not loading or displaying correctly in the app. The components meant to show these images are appearing blank.
This problem started occurring after the recent Kodular Creator 2025.10 update.
Problem: Images are missing (displaying as blank) both when testing using the Companion app and in the compiled APK/AAB file.
See attached image:image_73e68e.png shows my application screen where the images (icons/logos) are completely absent.
Details & Troubleshooting:
All assets are correctly uploaded in the Assets Manager.
I am using the standard method to reference them: only the filename (e.g., my_icon.png) is used in the image properties (like Picture or BackgroundImage).
File names are simple and do not contain special characters or spaces.
Questions:
Is this a known bug in the 2025.10 release regarding asset handling?
Has the internal path for accessing assets changed in this update? If so, should we now use a specific prefix (e.g., // or / or a path using the File component) to correctly load images from assets?
Any advice from other users who have faced this after the update, or input from the staff, is highly appreciated. Thank you!
I use BlueStacks with Android 13 when I need to, but I don’t really trust it, so whenever possible, I test in the Companion on a physical device or (best choice) with the APK.
The emulator does emulate, but it almost never reproduces the app exactly as it would on a real device.
Companion on emulator = hmm…
Companion on phisical device = better
APK (phisical device) = top
You should always mention that you are using an emulator because the first thing to do in case there are issues on the emulator is to test on a real device
Taifun
PS: I now added this detail in the subject of this thread