Media and widget images black on android?

Hello, when i export my project to a Android. all my media (for cutscene movies) and the image background on my Main Menu widget gets completely black?

Any ideas`?

Thanks

Did you check the logs for any hints what might be going bad? Look for messages similar to

M_Glass_3.uasset: Function SpiralBlur-SceneTexture: (Node SceneColor) Node not supported in feature level ES3_1. SM5 required.

indicating, that mobile is not supported.

There are limitations for mobile materials. See the docs here

As to Media playback: Did you place MP4 files into the Project\Content*Movies* directory? It is required to have these in a subdirectory named Movies, otherwise they will not be properly packaged.

I’ll try that last thing u said thanks