Hi everyone,
I recently built a game using Solar2D, but when I run it on my Android/iOS deviceor emulator, all I see is a black screen. The app doesn’t crash, but no visuals appear. I’ve checked my main.lua file, and there are no syntax errors.
Here’s what I have tried so far:
Verified that all image assets are correctly loaded and paths are correct.
Ensured my config.lua and build.settings files are properly set up.
Checked for missing plugins or dependencies.
Tested on both the Solar2D simulator and a real device, but the issue persists.
Could this be related to rendering issues, missing assets, or a runtime error? Has anyone else experienced this, and how did you resolve it?
Any help would be greatly appreciated! Thanks!