Hi, I am new to Godot and have so far developed only one educational project that is under review. I am stuck in my second project in something strange that i have not sorted out yet. My project runs very well in Godot 4.4.1 editor but when i try to export it as APK to Android, it does not show images and play sounds. only static data is seen on android device like the logo - labels and buttons but no images are shown and sounds do not play. Any help would be welcomed.
Export to Android problem
- Edited
This may not be causing the problem, but it's an easy thing to check first. Which Renderer are you using: Forward+, Mobile or Compatibility?
https://docs.godotengine.org/en/4.4/tutorials/rendering/renderers.html#introduction
If you're using Forward+, try Mobile or Compatibility.
If you're using Mobile, try Compatibility.