MediaPlayer/VideoWidget not working on Android
-
I'm trying to make a cross platform Qt application that plays video. So far I've been able to get it to work on my Desktop and iOS, but when I upload it to an Android device not even a black screen shows. All you can see is the default grey background.
I'm not sure what's happening or if anyone might know a solution. I've created a few other small "Hello World,"-esc applications before and they deployed fine to Android.